generator-taskr

0.1.1 • Public • Published

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

⚠️ 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

Package Sidebar

Install

npm i generator-taskr

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • lukeed