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.
- Host: GitHub
- URL: https://github.com/kokoro-hart/library-creation-template
- Owner: kokoro-hart
- License: cc0-1.0
- Created: 2023-06-03T10:50:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-03T12:55:30.000Z (about 3 years ago)
- Last Synced: 2025-01-17T15:51:41.570Z (over 1 year ago)
- Topics: library, npm, renovate, typescript, vite, vitest
- Language: TypeScript
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
```