Mono-repository for thi.ng TypeScript/ES6 projects, a collection of largely data transformation oriented packages with either none or only internal runtime dependencies.
(This graph is updated automatically after each version update)
git clone https://github.com/thi-ng/umbrella.git
cd umbrella
yarn install
lerna bootstrap
lerna exec yarn build --sort
(not all packages have tests yet)
lerna exec yarn test
# or individually
lerna exec yarn test --scope @thi.ng/checks