Gathering detailed insights and metrics for yo
Gathering detailed insights and metrics for yo
Gathering detailed insights and metrics for yo
Gathering detailed insights and metrics for yo
inquirer
A collection of common interactive command line user interfaces.
enquirer
Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases.
yo-yo
A tiny library for building modular UI components using DOM diffing and ES6 tagged template literals
yo-yoify
Transform yo-yo or bel template strings into pure and fast document calls
npm install yo
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
BSD-2-Clause License
3,902 Stars
583 Commits
408 Forks
105 Watchers
7 Branches
67 Contributors
Updated on Jul 17, 2025
Latest Version
5.1.0
Package Id
yo@5.1.0
Unpacked Size
35.87 kB
Size
11.28 kB
File Count
17
NPM Version
10.9.2
Node Version
22.12.0
Published on
Dec 13, 2024
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
29
9
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.
1# install yo 2npm install --global yo 3 4# install a generator 5npm install --global generator-webapp 6 7# run it 8yo 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:
1# Running a local generator 2yo ./path/to/local/generator
--no-color
- Disable colors.--version
- Print the current yo
version.--help
- Print yo
help menu with the list of found generators.--generators
- Print available generators.--local-only
- Disable lookup of globally-installed generators.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.
See the contributing docs.
See the release page.
Love Yeoman work and community? Help us keep it alive by donating funds to cover project expenses!
[Become a backer]
BSD-2-Clause © Google
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
29 out of 29 merged PRs checked by a CI test -- score normalized to 10
Reason
project has 86 contributing companies or organizations
Details
Reason
no dangerous workflow patterns detected
Reason
update tool detected
Details
Reason
license file detected
Details
Reason
all dependencies are pinned
Details
Reason
SAST tool is run on all commits
Details
Reason
security policy file detected
Details
Reason
GitHub workflow tokens follow principle of least privilege
Details
Reason
Found 3/10 approved changesets -- score normalized to 3
Reason
3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2
Reason
8 existing vulnerabilities detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-07-15T07:28:07Z
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More