Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/squarepear/achievement-tool-maker-jeffrey.harmon

Tool-maker achievement code - Jeffrey Harmon
https://github.com/squarepear/achievement-tool-maker-jeffrey.harmon

Last synced: 5 days ago
JSON representation

Tool-maker achievement code - Jeffrey Harmon

Awesome Lists containing this project

README

        

## CS 222 - Tool Maker Achievement
This program is written in TypeScript using the [bun](https://bun.sh) runtime. It was created for an achievement (assignment) in the CS 222 course at Ball State University.

### Cloning the repo

```sh
git clone https://github.com/bsu-cs222-fall22-dll/Achievement-tool-maker-jeffrey.harmon.git
cd Achievement-tool-maker-jeffrey.harmon
bun install
```

### Run program

```sh
bun start
```

### Test program

```sh
bun test
```