yo alternatives and similar modules
Based on the "Command Line Apps" category.
Alternatively, view yo alternatives based on common mentions on social networks and blogs.
-
ignite
Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more! -
David
:eyeglasses: Node.js module that tells you when your package npm dependencies are out of date. -
Whatspup
:white_square_button: WhatsApp chat from commandline/console/cli using GoogleChrome puppeteer -
tty-table
Terminal table for Windows, Linux, and MacOS. Written in nodejs. Also works in browser console. Word wrap, padding, alignment, colors, Asian character support, per-column callbacks, and you can pass rows as objects or arrays. Backwards compatible with Automattic/cli-table.
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of yo or a related project?
Popular Comparisons
README
yo
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 currentyo
version.--help
- Printyo
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 all licence references and agreements mentioned in the yo README section above
are relevant to that project's source code only.