Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luchkonikita/typescript-skeleton
- Owner: luchkonikita
- Created: 2017-02-02T18:04:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-02T18:06:09.000Z (almost 8 years ago)
- Last Synced: 2024-11-17T16:00:23.173Z (2 months ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)