Official Yeoman generator for creating Taskr plugins.
$ npm i -g generator-taskr
Note: You need to install Yeoman to use this package.
$ mkdir taskr-cool-plugin
$ cd taskr-cool-plugin
$ yo taskr:plugin
Note: This will run in your current directory! Please create & enter a new folder before running
yo taskr plugin
.
- Choice of test runners: AVA, Jasmine, Mocha, Tape
- Automatic Git Repo initialization
- JavaScript Linting via XO
- TravisCI config
⚠️ Don't forget to add a remote origin to your repo!
|-- taskr-cool-plugin
| |-- .editorconfig
| |-- .gitignore
| |-- .travis.yml
| |-- index.js
| |-- license
| |-- package.json
| |-- readme.md
| |-- test
| | |-- index.js
| | |-- fixtures
| | | |-- foo.js
MIT © Luke Edwards and Oleh Kuchuk