@artfuldev/bugs
v0.0.4-0
Published
A CLI written in bun that helps write higher quality tests. A bun-ny tool to catch bugs, hence the name (Bugs Bunny, anyone?).
Downloads
13
Readme
bugs
A CLI written in bun that helps write higher quality tests. A bun-ny tool to catch bugs, hence the name (Bugs Bunny, anyone?).
Getting Started
Installation
You need bun to run bugs at this time. Clone
this repo, and then run at repo root:
cd bugs
bun link
bun link @artfuldev/bugsUsage
We can use bugs in 2 ways:
To collect suggestions for tests based on code
bugs suggest -c codeTo review existing tests for a piece of code
bugs review -c code - testsBuilding
To build bugs, we use bun with typescript on node 22.
