@chrisatmachine/ts-library-template
v0.0.4
Published
testing posting to npm
Downloads
4
Readme
Library Test
This is a test using bun
and tsup
to create a library.
Install
bun install
Run
bun run src/index.ts
Bundling
Currently using tsup
for bundling. See package.json
for details.
I will likely switch to bun
once it is more mature.
bun run build
Linting
I'm using tsc
for linting. See tsconfig.json
for details.
bun run lint