Skip to content

bit-js/library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library template

An NPM library template using Bun.

Scripts

All script sources.

Emit .js and .d.ts files to lib.

Move package.json, README.md to lib and publish the package.

Run files that ends with .bench.ts extension.

Package scripts

All specified scripts in package.json.

# Build and run tests
bun build:test

# Build and run benchmarks
bun build:bench

# Build and publish the package
bun build:publish

# Lint
bun lint

# Lint and fix if possible
bun lint:fix

About

Library template that Bit libraries use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published