dexaai / dexter

LLM tools used in production at Dexa
https://dexter.dexa.ai
MIT License
69 stars 4 forks source link

Switch from NPM to Bun for pkg management #4

Closed rileytomasek closed 9 months ago

rileytomasek commented 10 months ago

This is a demonstration of what it would look like to use Bun instead of NPM for package management.

The only interesting part is getting Bun to generate a Yarn lockfile, which allows np to work for publishing because it notices the lockfile and uses Yarn, which works becasue of the lockfile and non-bun-specific package.json scripts.

This continues from the work in #3

transitive-bullshit commented 9 months ago

Closing this for now, as it's pretty stale.