https://github.com/lirantal/create-node-lib
Scaffold a batteries-included Node.js library project with docs, tests, semantic releases and more
https://github.com/lirantal/create-node-lib
boilerplate module nodejs npm
Last synced: 6 months ago
JSON representation
Scaffold a batteries-included Node.js library project with docs, tests, semantic releases and more
- Host: GitHub
- URL: https://github.com/lirantal/create-node-lib
- Owner: lirantal
- License: apache-2.0
- Created: 2017-01-29T11:46:50.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T08:46:20.000Z (6 months ago)
- Last Synced: 2025-04-09T15:01:02.692Z (6 months ago)
- Topics: boilerplate, module, nodejs, npm
- Language: JavaScript
- Homepage:
- Size: 760 KB
- Stars: 39
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
create-node-lib
Scaffold a batteries-included Node.js library project with docs, tests, semantic releases and more# About
Scaffold a batteries-included Node.js library project with docs, tests, semantic releases and more.
# Install
Generate a new project for the library by running one of the following executors built into npm and yarn:
```bash
npx create-node-lib my-cool-lib-name
```or if you're using yarn
```bash
yarn create node-lib my-cool-lib-name
```
# Contributing
Please consult [CONTRIBUTING](./CONTRIBUTING.md) for guidelines on contributing to this project.
# Author
**create-node-lib** © [Liran Tal](https://github.com/lirantal), Released under the [Apache-2.0](./LICENSE) License.