Socket
Socket
Sign inDemoInstall

generator-fly

Package Overview
Dependencies
428
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    generator-fly

Fly plugin template generator


Version published
Weekly downloads
33
increased by1000%
Maintainers
3
Install size
27.8 MB
Created
Weekly downloads
 

Readme

Source

generator-fly

npm package

Official Yeoman generator for creating Fly plugins.

Install

$ npm i -g generator-fly

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

Usage

$ mkdir fly-cool-plugin
$ cd fly-cool-plugin
$ yo fly

Note: This will run in your current directory! Please create & enter a new folder before running yo fly.

Features

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

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

Output

|-- fly-cool-plugin
|   |-- .editorconfig
|   |-- .gitignore
|   |-- .travis.yml
|   |-- CHANGELOG.md (optional)
|   |-- index.js
|   |-- LICENSE
|   |-- package.json
|   |-- README.md
|   |-- test
|   |   |-- index.js
|   |   |-- fixtures
|   |   |   |-- foo.js

License

MIT © The Fly Team :heart:

Keywords

FAQs

Last updated on 18 Apr 2017

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc