Simple starter project for getting started with ripple-lib and TypeScript
- Node.js LTS
- Yarn
- TypeScript
- ripple-lib
- Linting with eslint
- Testing with Jest
- Code coverage
- compile
- Runs typescript (tsc) and outputs to
./dist
- Runs typescript (tsc) and outputs to
- lint
- Runs eslint (use
--fix
to automatically fix issues)
- Runs eslint (use
- test
- Runs jest testing framework
- coverage
- Collects code coverage information and outputs to
./coverage
- Collects code coverage information and outputs to