Skip to content

lukeed/generator-taskr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

113 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-taskr Build Status

Official Yeoman generator for creating Taskr 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

About

Official Yeoman generator for Taskr

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors