0.0.17 • Published 1 year ago
rubricui v0.0.17
rubricui
Description
This project is a UI component library built with React and TypeScript.
To build the package, available under dist, run:
bun install
bun run buildTest locally
Use Bun's linking commands to create a symlink between your library and the project where you want to test it, run in your package:
bun linkIn your test project, run:
bun link rubricui
bunx rubricui initWhile working on your library, run the watch script to automatically rebuild your library on changes:
bun run watchPublish
To publish a new version, bump the version number and run
npm publish