tompascall / 99bottles

TS port of 99 Bottles of OOP exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

99 Bottles of OOP

A TS port of 99 Bottles of OOP exercises.

Development

Install project

npm i

Run tests in watch mode

npm t -- --watch

Type check

npx tsc --watch

About

TS port of 99 Bottles of OOP exercise

License:MIT License


Languages

Language:TypeScript 99.2%Language:JavaScript 0.8%