All Projects → yeoman → Yo

yeoman / Yo

Licence: bsd-2-clause
CLI tool for running Yeoman generators

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Yo

Microgen
♻️ micro-generator for individual files, easy like sunday morning 🌅
Stars: ✭ 85 (-97.52%)
Mutual labels:  generator, yeoman, scaffolding, templates
Pollinate
Template your base files and generate new projects from Git(Hub).
Stars: ✭ 213 (-93.77%)
Mutual labels:  generator, yeoman, scaffolding, templates
Project Name
Get the name of a project from package.json, git config, or basename of the current working directory.
Stars: ✭ 8 (-99.77%)
Mutual labels:  generator, yeoman, scaffolding
Generator Modular Angular
A truly modular yeoman generator for AngularJS all device apps.
Stars: ✭ 23 (-99.33%)
Mutual labels:  generator, yeoman, scaffolding
Generate
A new command line tool and developer framework for scaffolding out GitHub projects. Generate offers the robustness and configurability of Yeoman, the expressiveness and simplicity of Slush, and more powerful flow control and composability than either.
Stars: ✭ 238 (-93.04%)
Mutual labels:  generator, yeoman, scaffolding
Sao
⚔ Futuristic scaffolding tool
Stars: ✭ 966 (-71.76%)
Mutual labels:  generator, yeoman, scaffolding
justgo
Skeleton for jump-starting a Go-powered microservice project with Docker and Go best-practices + easy code hot-reloading (for dev environments)!
Stars: ✭ 29 (-99.15%)
Mutual labels:  generator, templates, scaffolding
Api Client Generator
Angular REST API client generator from Swagger YAML or JSON file with camel case settigs
Stars: ✭ 92 (-97.31%)
Mutual labels:  generator, scaffolding
Generator Ngx Rocket
🚀 Extensible Angular 11+ enterprise-grade project generator
Stars: ✭ 1,329 (-61.15%)
Mutual labels:  generator, yeoman
Generator Jekyll Starter Kit
🚀 Jekyll Progressive Web App Generator.
Stars: ✭ 139 (-95.94%)
Mutual labels:  generator, yeoman
Cgx
💻🔥CLI to generate the recommended documentation/files to improve contribution (Github, Gitlab, CodeCommit and Bitbucket)
Stars: ✭ 190 (-94.45%)
Mutual labels:  generator, templates
Generator
Rails-inspired generator system that provides scaffolding for your apps
Stars: ✭ 1,000 (-70.77%)
Mutual labels:  generator, yeoman
Generator Standard Readme
Scaffold out a Standard Readme
Stars: ✭ 150 (-95.62%)
Mutual labels:  generator, yeoman
Generator Web Extension
Advanced WebExtension generator that creates everything you need to get started with cross-browser web-extension development.
Stars: ✭ 212 (-93.8%)
Mutual labels:  generator, yeoman
Generator Rn Toolbox
The React Native Generator to bootstrap your apps
Stars: ✭ 1,155 (-66.24%)
Mutual labels:  generator, yeoman
Node Typescript Mongodb
node js typescript mongodb express generator yo
Stars: ✭ 96 (-97.19%)
Mutual labels:  generator, yeoman
Generator Swiftserver
WARNING: This repository is no longer maintained
Stars: ✭ 64 (-98.13%)
Mutual labels:  generator, yeoman
Yii2 Enhanced Gii
Enhanced Yii2 Gii (generator) that generates related Models & CRUD
Stars: ✭ 183 (-94.65%)
Mutual labels:  generator, scaffolding
Generator Angular Auto Admin Loopback
Generator for automatic CRUD angular backend for loopback apps and apis
Stars: ✭ 32 (-99.06%)
Mutual labels:  generator, yeoman
generator-stencil
Scaffolding tool 🔨 for Stencil js applications
Stars: ✭ 16 (-99.53%)
Mutual labels:  yeoman, scaffolding

yo npm Build Status Coverage Status Gitter OpenCollective

What's Yeoman?

Yeoman helps you to kickstart new projects, prescribing best practices and tools to help you stay productive.

To do so, we provide a generator ecosystem. A generator is basically a plugin that can be run with the yo command to scaffold complete projects or useful parts.

Usage

# install yo
npm install --global yo

# install a generator
npm install --global generator-webapp

# run it
yo webapp

To create and distribute your own generator, refer to our official documentation

You can also run a local generator on your computer as such:

# Running a local generator
yo ./path/to/local/generator

Options

  • --no-color - Disable colors.
  • --version - Print the current yo version.
  • --help - Print yo help menu with the list of found generators.
  • --[no-]insight - Toggle anonymous Insight tracking which helps us improve Yeoman. Using either of these flags on the first run will prevent you from being prompted about it interactively. The flags can also be used to change it later on.
  • --generators - Print available generators.
  • --local-only - Disable lookup of globally-installed generators.

Troubleshooting

Running yo doctor command can help you troubleshoot common issues.

If doctor doesn't help, then check opened issues for a similar problem. Open a new issue if your problem haven't been reported yet. Make sure to always include the version of yo (yo --version) and Node.js (node --version) you use.

If your issue only occurs using a generator, please report the issues on the generator's repository.

Contribute

See the contributing docs.

Changelog

See the release page.

Backers

Love Yeoman work and community? Help us keep it alive by donating funds to cover project expenses!
[Become a backer]

License

BSD-2-Clause © Google

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].