FireBlink Logistic's plugin project generator.
First, install FBL.
npm install -g fbl
Then generate your new plugin project with:
fbl https://github.com/FireBlinkLTD/fbl-plugin-template/archive/master.tar.gz
You can also pass all the options into command itself to avoid answering prompts:
fbl \
-a \$.ctx.name=plugin_name \
-a \$.ctx.author=AuthorName \
-a \$.ctx.license=MIT \
-a \$.ctx.destination=/path/to/plugin_directory \
https://github.com/FireBlinkLTD/fbl-plugin-template/archive/master.tar.gz