An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Yo NPM Module Project Generator

[![Build Status](https://github.com/vcgtz/generator-module-npm/actions/workflows/node.js.yml/badge.svg)](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)