https://github.com/tompascall/99bottles
TS port of 99 Bottles of OOP exercise
https://github.com/tompascall/99bottles
Last synced: about 2 months ago
JSON representation
TS port of 99 Bottles of OOP exercise
- Host: GitHub
- URL: https://github.com/tompascall/99bottles
- Owner: tompascall
- License: mit
- Created: 2019-08-25T12:34:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:14:16.000Z (over 2 years ago)
- Last Synced: 2025-01-25T10:11:25.108Z (3 months ago)
- Language: TypeScript
- Size: 511 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 99 Bottles of OOP
A TS port of [99 Bottles of OOP](https://www.sandimetz.com/99bottles) exercises.
## Development
### Install project
```sh
npm i
```### Run tests in watch mode
```sh
npm t -- --watch
```### Type check
```sh
npx tsc --watch
```