Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/s3xysteak/lib-template


https://github.com/s3xysteak/lib-template

Last synced: about 1 month ago
JSON representation

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`.