An open API service indexing awesome lists of open source software.

https://github.com/kokoro-hart/library-creation-template

Project template for creating npm packages.
https://github.com/kokoro-hart/library-creation-template

library npm renovate typescript vite vitest

Last synced: about 1 year ago
JSON representation

Project template for creating npm packages.

Awesome Lists containing this project

README

          

# npm-package-template

📚 Project template for creating npm packages.

## Stacks

- npm
- TypeScript
- ESM
- Prettier
- ESLint
- Vitest
- renovate
- GitHub Actions
- vscode setting (`extensions.json`, `launch.json`, `settings.json`)

## Usage

```
## Init project
npm install
npm run dev
npm run build
```