Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladfilipro/webcase-rig
A webcase template for creating rigs plugins
https://github.com/vladfilipro/webcase-rig
depricated
Last synced: 25 days ago
JSON representation
A webcase template for creating rigs plugins
- Host: GitHub
- URL: https://github.com/vladfilipro/webcase-rig
- Owner: vladfilipro
- Created: 2016-04-05T21:25:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-26T18:19:38.000Z (over 8 years ago)
- Last Synced: 2024-11-06T23:25:31.769Z (2 months ago)
- Topics: depricated
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webcase - rig
[![Dependency Status](https://david-dm.org/vladfilipro/webcase-rig.svg)](https://david-dm.org/vladfilipro/webcase-rig)Generates templates used for creating [rigs](https://www.npmjs.com/package/rigs) plugins.
The template will generate a rig containing one task called `output`. You can follow the same pattern to create additional tasks. Do not forget to update the readme file and the package.json once your component is finished.
## How to use:
Install webcase:```
npm install webcase -g
```Install webcase-rig:
```
npm install webcase-rig -g
```Use the following command to initialize a template in the folder you wish:
```
webcase rig init
```### Known issues
The template will fail if the folder you are trying to initialize in is not empty. It will only tolerate the `.git` folder.### Important:
Remember the plugin name must be of format `rig-{name}` in order to be identified by RIGS.#### Generated using [email protected]