Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Bun example

Plain TypeScript library using Bun as the runtime, test runner, and package manager. Build (tsc) + test (bun:test) + lint (ESLint).

Run the pipeline

cd examples/bun
hm run ci --local

See .hm/pipeline.py for the definition; examples/README.md for the full index.