1.0.1 • Published 8 years ago

yos v1.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

yos

lists your installed yeoman generators and subgenerators

Install

$ npm install --global yos

Usage

$ yos --help

  Usage: yos [options] [generator-name ...]

  Options:

    -h, --help    show usage help

Examples

show all available generators:

$ yos
Available Generators:

  generator
    subgenerator

  nm

  backbone
    all
    collection
    model
    router
    view

  node
    boilerplate
    cli
    editorconfig
    eslint
    git
    gulp
    readme

filtered:

$ yos node nm
Available Generators:

  nm

  node
    boilerplate
    cli
    editorconfig
    eslint
    git
    gulp
    readme

License

ISC © Buster Collings