Skip to content

FireBlinkLTD/fbl-plugin-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fbl-plugin-template

CircleCI Greenkeeper badge

FireBlink Logistic's plugin project generator.

Installation

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