0.1.1 • Published 7 years ago

generator-taskr v0.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

generator-taskr Build Status

Official Yeoman generator for creating Fly plugins.

Install

$ npm i -g generator-taskr

Note: You need to install Yeoman to use this package.

Usage

$ 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.

Features

  • Choice of test runners: AVA, Jasmine, Mocha, Tape
  • Automatic Git Repo initialization
  • JavaScript Linting via XO
  • TravisCI config

:warning: Don't forget to add a remote origin to your repo!

Output

|-- taskr-cool-plugin
|   |-- .editorconfig
|   |-- .gitignore
|   |-- .travis.yml
|   |-- index.js
|   |-- license
|   |-- package.json
|   |-- readme.md
|   |-- test
|   |   |-- index.js
|   |   |-- fixtures
|   |   |   |-- foo.js

License

MIT © Luke Edwards and Oleh Kuchuk