@quick-start/create-node-lib
Version:
An easy way to start a Node.js library
34 lines (22 loc) • 595 B
Markdown
# create-node-lib
An easy way to start a Node.js library
## Usage
With npm:
```bash
$ npm create @quick-start/node-lib
```
With Yarn:
```bash
$ yarn create @quick-start/node-lib
```
With pnpm:
```bash
$ pnpm create @quick-start/node-lib
```
Then follow the prompts!
## Features
- Lint with [ESLint](https://eslint.org/)
- Style with [Prettier](https://prettier.io/)
- Bundle with [rollup](https://github.com/rollup/rollup) / [tsdown](https://github.com/rolldown/tsdown)
- Test with [vitest](https://vitest.dev/)
- TypeScript execution with [tsx](https://github.com/privatenumber/tsx)