Gathering detailed insights and metrics for generate
Gathering detailed insights and metrics for generate
Gathering detailed insights and metrics for generate
Gathering detailed insights and metrics for generate
generate-function
Module that helps you write generated functions in Node
regjsgen
Generate regular expressions from regjsparser’s AST.
generate-object-property
Generate safe JS code that can used to reference a object property
@babel/regjsgen
Generate regular expressions from regjsparser’s AST.
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.
npm install generate
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (76.13%)
CSS (20.59%)
HTML (3.29%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
308 Stars
595 Commits
22 Forks
12 Watchers
3 Branches
5 Contributors
Updated on Jun 11, 2025
Latest Version
0.14.0
Package Id
generate@0.14.0
Size
14.14 kB
NPM Version
5.0.1
Node Version
7.7.3
Published on
Jun 02, 2017
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
36
Command line tool and developer framework for scaffolding out new 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.
You might also be interested in update.
(TOC generated by verb using markdown-toc)
There are other project scaffolders out there, why should you spend your time learning to use Generate?
Generate offers the robustness, power and configurability of Yeoman, with the expressiveness and simplicity of slush and gulp. See the following links if you're interested in a more detailed comparison:
Generate is part of a suite of developer tools that share a common foundation. Any of these tools may be used standalone or together:
All of these applications are built on top of base and templates, which provides a number of benefits, including:
Generate may be installed locally or globally. However, if you wish to run any globally installed generators, Generate's CLI must be installed globally as well.
Install generate globally using npm:
1$ npm install --global generate
This adds the gen
command to your system path, allowing it to be run from anywhere.
If you'd like to see how generators work, install generate-example
:
1$ npm install --global generate-example
Then run the example
generator with the following command:
1$ gen example
Visit the generate-example project for additional steps and guidance.
The syntax for running generators is:
1$ gen generator:task
generator
one or more space-separated generator namestask
- (optional) one or more comma-separated task namesExamples
1# run generate-project's "default" task 2$ gen project 3# run generate-project's "license" task 4$ gen project:license 5# run generate-project's "package" task 6$ gen project:package
If a generator.js
is in the current working directory, Generate's CLI will attempt to load it and execute any tasks you've specified at the command line.
Examples
generators are plugins that can be run by command line or using Generate's API.
generategenerator
Plugins from any applications built on base should work with Generate (and can be used in your generator):
baseplugin
keywordassembleplugin
keywordgenerateplugin
keywordtemplatesplugin
keywordupdateplugin
keywordverbplugin
keywordVisit the documentation for generators to learn how to use, author and publish generators.
Are you using Generate in your project? Have you published a generator and want to share your project with the world?
Here are some suggestions!
@generatejs
or use the #generatejs
hashtaggenerate
generatejs
tag in questions)generategenerator
to package.json.Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Please read the contributing guide for advice on opening issues, pull requests, and coding standards.
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
1$ npm install && npm test
Jon Schlinkert
Copyright © 2017, Jon Schlinkert. Released under the MIT License.
This file was generated by verb-generate-readme, v0.6.0, on June 02, 2017.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 2/28 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
88 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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