Skip to content

Commit

Permalink
📝 docs(readme): add scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jh3ady committed Aug 9, 2024
1 parent 6027c25 commit 4ca9d88
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,18 @@ Make sure you have Node.js and Bun installed on your machine before running the
bun install
```

### Scripts

- `bun run build`: Build the project.
- `bun run test`: Run the tests.
- `bun run test:watch`: Run the tests in watch mode.
- `bun run test:coverage`: Run the tests with coverage.
- `bun run test:coverage:watch`: Run the tests with coverage in watch mode.
- `bun run lint`: Lint the code and fix linting errors.
- `bun run lint:check`: Check the code for linting errors.
- `bun run format`: Format the code and fix formatting errors.
- `bun run format:check`: Check the code for formatting errors.

### Project Structure

```plaintext
Expand Down

0 comments on commit 4ca9d88

Please sign in to comment.