Mono-repository for thi.ng TypeScript/ES6 projects.
git clone https://github.com/thi-ng/umbrella.git
cd umbrella
yarn install
lerna bootstrap
lerna exec yarn build --sort
lerna exec yarn test
# or individually
lerna exec yarn test --scope @thi.ng/checks