Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tompascall/99bottles
TS port of 99 Bottles of OOP exercise
https://github.com/tompascall/99bottles
Last synced: about 1 month 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 (almost 2 years ago)
- Last Synced: 2023-08-28T06:21:22.507Z (over 1 year 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
```