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: 2 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 9 years ago)
- Default Branch: main
- Last Pushed: 2026-04-29T07:53:23.000Z (3 months ago)
- Last Synced: 2026-04-29T09:34:40.784Z (3 months ago)
- Topics: boilerplate, module, nodejs, npm
- Language: JavaScript
- Homepage:
- Size: 1.29 MB
- Stars: 44
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Agents: AGENTS.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:
```bash
npx create-node-lib my-cool-lib-name
```
or if you're using pnpm
```bash
pnpm 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.