Giter Club home page Giter Club logo

generator-easily's Introduction

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 [email protected] and other contributors

generator-easily's People

Contributors

addyosmani avatar alefteris avatar binduwavell avatar callmehiphop avatar corburn avatar devert avatar dudemullet avatar eddiemonge avatar flomaetschke avatar hemanth avatar hiroagustin avatar kevva avatar kirillseva avatar kristw avatar metakermit avatar mfdeveloper avatar mgcrea avatar mgol avatar passy avatar peterblazejewicz avatar rgksugan avatar robdodson avatar ruyadorno avatar sboudrias avatar silvenon avatar sindresorhus avatar techmsi avatar thomasbertet avatar udnisap avatar wrseward avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.