Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Jul 30, 2023
1 parent a8b62aa commit 74bf983
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# cleanheap

To use:

```bash
npx cleanheap <input-file-path>
```

Optionally:

```bash
npx cleanheap <input-file-path> <output-file-path>
```

## Contributing

To install dependencies:

```bash
Expand All @@ -12,4 +26,12 @@ To run:
bun run src/index.ts
```

To compile:

```bash
bun build src/index.ts --outfile bin/cleanheap
```

## Credits

This project was created using `bun init` in bun v0.7.1. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.

0 comments on commit 74bf983

Please sign in to comment.