Giter VIP home page Giter VIP logo

generator-generator's Introduction

generator-generator Build Status

Yeoman generator for Yeoman generators
Scaffolds out a new basic Yeoman generator with some sensible defaults.

Maintainer: Pascal Hartig

Yo dawg, I heard you like generators?

Getting started

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

Commands

  • yo generator shows a wizard for generating a new generator
  • yo generator:subgenerator NAME generates a subgenerator with the name NAME

What do you get?

Scaffolds out a complete project directory structure for you:

.
├── app
│   ├── index.js
│   └── templates
│       ├── editorconfig
│       └── jshintrc
├── .editorconfig
├── .gitattributes
├── .gitignore
├── .jshintrc
├── LICENSE
├── package.json
├── README.md
└── test
    ├── test-creation.js
    └── test-load.js

Changelog

  • 0.3.0

    • Updated for generator 0.13.0.
    • Added yo peer dependency.
  • 0.2.2

    • Updated dependencies.
  • 0.2.1

    • The name specified in the prompt is now used in package.json.
    • generator-generator officially replaced the built-in generator that was bundled with yo.
  • 0.2

    • Added subgenerator for subgenerators
    • Generated generator now generates package.json, component.json and installs them by default.
  • 0.1.1

    • Upgraded mocha to 1.9.0
    • Include .travis.yml

Contributing

See the contribution docs.

When submitting an issue, please follow the guidelines. Especially important is to make sure Yeoman is up-to-date, and providing the command or commands that cause the issue.

License

MIT © Pascal Hartig [email protected] and other contributors

generator-generator's People

Contributors

passy avatar sindresorhus avatar sboudrias avatar addyosmani avatar kevva avatar eddiemonge avatar robdodson avatar alefteris avatar asbjornenge avatar callumlocke avatar danielchatfield avatar callmehiphop avatar corburn avatar mgcrea avatar hemanth avatar

Watchers

 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.