https://github.com/vcgtz/generator-module-npm
Yo generator to create NPM Modules
https://github.com/vcgtz/generator-module-npm
generator javascript npm typescript yo yo-generator
Last synced: 7 months ago
JSON representation
Yo generator to create NPM Modules
- Host: GitHub
- URL: https://github.com/vcgtz/generator-module-npm
- Owner: vcgtz
- License: mit
- Created: 2022-10-12T12:07:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T04:35:27.000Z (almost 3 years ago)
- Last Synced: 2025-02-27T02:43:52.244Z (8 months ago)
- Topics: generator, javascript, npm, typescript, yo, yo-generator
- Language: JavaScript
- Homepage:
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yo NPM Module Project Generator
[](https://github.com/vcgtz/generator-module-npm/actions)
This generator will help you to create a project to start developingp your own NPM module using JavaScript or TypeScript.
## Install the Generator
Install Yeoman and the VS Code Extension generator:
```bash
npm install -g yo generator-module-npm
```## Run Yo Code
The Yeoman generator will walk you through the steps required to create your customization or extension prompting for the required information.
To launch the generator simply type:
```bash
yo module-npm
```## License
[MIT](https://github.com/vcgtz/generator-module-npm/blob/main/LICENSE)