Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```