cole-utils
v0.0.3
Published
cole-utils
Readme
cole-utils
A template for creating ts libs.
Command
$ pnpm dev # dev
$ pnpm build # build
$ pnpm test # vitest
$ pnpm release # release to npm and githubDev
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.
