Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s3xysteak/lib-template
https://github.com/s3xysteak/lib-template
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/s3xysteak/lib-template
- Owner: s3xysteak
- License: mit
- Created: 2024-03-11T07:41:03.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-22T01:16:01.000Z (10 months ago)
- Last Synced: 2024-03-22T02:30:21.020Z (10 months ago)
- Language: TypeScript
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lib-template
A template for creating ts libs.
## Command
```sh
$ pnpm dev # dev
$ pnpm build # build
$ pnpm test # vitest
$ pnpm release # release to npm and github
```## Dev
Replace `lib-template` and `libTemplate` by the name of your lib.
## Build
Build with `index.xxx.js` and `index.d.ts` generated by `vite-plugin-dts`.