https://github.com/fireblinkltd/fbl-plugin-template
FBL plugin generation template.
https://github.com/fireblinkltd/fbl-plugin-template
fbl fbl-generators generator plugin plugins project-generator
Last synced: 9 months ago
JSON representation
FBL plugin generation template.
- Host: GitHub
- URL: https://github.com/fireblinkltd/fbl-plugin-template
- Owner: FireBlinkLTD
- License: mit
- Created: 2018-10-16T17:38:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T00:01:39.000Z (over 5 years ago)
- Last Synced: 2025-03-15T03:13:26.626Z (about 1 year ago)
- Topics: fbl, fbl-generators, generator, plugin, plugins, project-generator
- Language: TypeScript
- Size: 161 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fbl-plugin-template
[](https://circleci.com/gh/FireBlinkLTD/generator-fbl-plugin) [](https://greenkeeper.io/)
FireBlink Logistic's plugin project generator.
## Installation
First, install [FBL](https://www.npmjs.com/package/fbl).
```bash
npm install -g fbl
```
Then generate your new plugin project with:
```bash
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:
```bash
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
```