Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T05:03:28.000Z (8 days ago)
- Last Synced: 2024-10-27T06:18:03.131Z (8 days ago)
- Topics: boilerplate, module, nodejs, npm
- Language: JavaScript
- Homepage:
- Size: 741 KB
- Stars: 36
- 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.