Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/squarepear/achievement-tool-maker-jeffrey.harmon
- Owner: squarepear
- Created: 2022-09-14T17:26:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T22:05:45.000Z (about 2 years ago)
- Last Synced: 2024-11-12T18:21:10.532Z (2 months ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```