Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 634 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 634 Bytes

create-node-lib

An easy way to start a Node.js library

Usage

With npm:

$ npm create @quick-start/node-lib

With Yarn:

$ yarn create @quick-start/node-lib

With pnpm:

$ pnpm create @quick-start/node-lib

Then follow the prompts!

Features