Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

generator-easily

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-easily

Generate a Yeoman generator

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

generator-easily Build Status Coverage Status

Yeoman generator generating a Yeoman generator (with yeoman-easily)

Getting started

  • Install: npm install -g generator-easily
  • Run: yo easily

Commands

  • yo easily shows a wizard for generating a new generator, with yeoman-easily included and ready to use via this.easily.
  • yo easily:subgenerator <name> generates a subgenerator with the name <name>. The new subgenerator will have yeoman-easily as this.easily.

What do you get?

Scaffolds out a complete generator directory structure for you:

.
├── generators/
│   └── app/
│       ├── index.js
│       └── templates/
│           └── __package.json
├── .editorconfig
├── .gitattributes
├── .gitignore
├── .eslintrc
├── .travis.yml
├── .yo-rc.json
├── package.json
├── gulpfile.js
├── README.md
├── LICENSE
└── test/
    └── app.js

Refer to Yeoman documentation to learn more about creating a Yeoman generator.

Running tests

Run npm test to run your test suite.

These tests will be run automatically in your git repository if you connect Travis CI. You can also track test coverage using Coveralls.

License

Apache-2 © Krist Wongsuphasawat

Forked from generator-generator

MIT © Pascal Hartig phartig@rdrei.net and other contributors

Keywords

yeoman-generator

FAQs

Package last updated on 01 Aug 2016

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