https://github.com/naturalcycles/generator-nodejs-lib
Yeoman generator to create a Node.js lib
https://github.com/naturalcycles/generator-nodejs-lib
lib nodejs yeoman-generator
Last synced: about 2 months ago
JSON representation
Yeoman generator to create a Node.js lib
- Host: GitHub
- URL: https://github.com/naturalcycles/generator-nodejs-lib
- Owner: NaturalCycles
- Created: 2019-07-21T16:15:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-13T11:11:12.000Z (almost 3 years ago)
- Last Synced: 2025-03-11T11:09:12.200Z (about 2 months ago)
- Topics: lib, nodejs, yeoman-generator
- Language: TypeScript
- Homepage:
- Size: 585 KB
- Stars: 1
- Watchers: 12
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## @naturalcycles/generator-nodejs-lib
> Yeoman generator to create a Node.js lib
[](https://www.npmjs.com/package/@naturalcycles/generator-nodejs-lib)
[](https://github.com/prettier/prettier)# Global setup
You need to have latest [yeoman](https://github.com/yeoman/yo) globally installed, install it like
this:```shell
npm i -g yo
yo --version
```Then, globally-install this generator:
```shell
npm i -g @naturalcycles/generator-nodejs-lib
```# Usage
mkdir my-lib
cd my-lib
yoThen, select the needed generator and run it there!
# Debug
mkdir tmp/test-project
cd tmp/test-project
yo @naturalcycles/nodejs-lib