Scaffold a batteries-included Node.js library project with docs, tests, semantic releases and more
Scaffold a batteries-included Node.js library project with docs, tests, semantic releases and more.
Generate a new project for the library by running one of the following executors built into npm and yarn:
npx create-node-lib my-cool-lib-name
or if you're using yarn
yarn create node-lib my-cool-lib-name
Please consult CONTRIBUTING for guidelines on contributing to this project.
create-node-lib © Liran Tal, Released under the Apache-2.0 License.