Skip to content

Sneak-Geek/testdeck

 
 

Repository files navigation

testdeck

This is the monorepo for the testdeck packages.

Packages

Build

Clone this repository using

git clone https://github.com/testdeck/testdeck.git

Then from inside the so created testdeck directory run

npm install 

This will install all required dependencies and will also bootstrap lerna.

The following npm scripts are available

  • tslint -- runs tslint on all sources in all available packages
  • tslint-fix -- runs tslint --fix on all sources in all available packages
  • test -- run all tests on all available packages

Resources

Packages

No packages published

Languages

  • TypeScript 93.3%
  • JavaScript 5.8%
  • Shell 0.9%