https://github.com/busterc/yos
:question: lists your installed yeoman generators and subgenerators
https://github.com/busterc/yos
yeoman yeoman-generator yo
Last synced: 6 months ago
JSON representation
:question: lists your installed yeoman generators and subgenerators
- Host: GitHub
- URL: https://github.com/busterc/yos
- Owner: busterc
- License: isc
- Created: 2016-03-31T16:17:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-06T18:38:49.000Z (over 9 years ago)
- Last Synced: 2025-04-23T16:24:36.231Z (6 months ago)
- Topics: yeoman, yeoman-generator, yo
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yos
> lists your installed yeoman generators and subgenerators
## Install
```sh
$ npm install --global yos
```
## Usage
```sh
$ yos --help
Usage: yos [options] [generator-name ...]
Options:
-h, --help show usage help
```
## Examples
_show all available generators:_
```sh
$ yos
Available Generators:
generator
subgenerator
nm
backbone
all
collection
model
router
view
node
boilerplate
cli
editorconfig
eslint
git
gulp
readme
```
_filtered:_
```sh
$ yos node nm
Available Generators:
nm
node
boilerplate
cli
editorconfig
eslint
git
gulp
readme
```
## License
ISC © [Buster Collings](http://about.me/buster)