Socket
Book a DemoInstallSign in
Socket

generator-taskr

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-taskr

Official Yeoman generator for Taskr.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

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

Keywords

yeoman-generator

FAQs

Package last updated on 13 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts