0.0.3 • Published 1 year ago
cole-utils v0.0.3
cole-utils
A template for creating ts libs.
Command
$ pnpm dev # dev
$ pnpm build # build
$ pnpm test # vitest
$ pnpm release # release to npm and github
Dev
Replace cole-utils
and libTemplate
by the name of your lib.
Build
Build with index.xxx.js
and index.d.ts
generated by vite-plugin-dts
.