Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T00:01:39.000Z (almost 4 years ago)
- Last Synced: 2023-03-02T02:55:41.411Z (almost 2 years ago)
- Topics: fbl, fbl-generators, generator, plugin, plugins, project-generator
- Language: TypeScript
- Size: 161 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fbl-plugin-template
[![CircleCI](https://circleci.com/gh/FireBlinkLTD/generator-fbl-plugin.svg?style=svg)](https://circleci.com/gh/FireBlinkLTD/generator-fbl-plugin) [![Greenkeeper badge](https://badges.greenkeeper.io/FireBlinkLTD/fbl-plugin-template.svg)](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
```