Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luchkonikita/typescript-skeleton

A simple skeleton for building a TypeScript based application
https://github.com/luchkonikita/typescript-skeleton

Last synced: 2 days ago
JSON representation

A simple skeleton for building a TypeScript based application

Awesome Lists containing this project

README

        

# A simple skeleton for building a TypeScript based application

__Available scripts:__

- `yarn build` to compile TypeScript code
- `yarn test` to run tests
- `yarn doc` to generate documentation
- `yarn plop` to generate a new module

__Tools included:__

- [TypeScript](http://typescriptlang.org/)
- [TSLint](https://palantir.github.io/tslint/)
- [Karma](http://karma-runner.github.io/1.0/index.html)
- [Mocha](https://mochajs.org)
- [Chai](http://chaijs.com)