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: 4 days ago
JSON representation

Scaffold a batteries-included Node.js library project with docs, tests, semantic releases and more

Lists

README

        


create-node-lib


Scaffold a batteries-included Node.js library project with docs, tests, semantic releases and more


npm version
license
downloads
build
Known Vulnerabilities
Responsible Disclosure Policy
Awesome
create-node-lib

# 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.