It is base for projects using TypeScript.
Already configured:
- TypeScript
- TSLint (Auto checking your code for readability, maintainability, and functionality errors)
- Mocha & Chai(Auto testing for your code)
- Docker
- .editorconfig
Steps:
- Clone this repository
git clone https://github.com/idoleg/ts-project-skeleton - Modify the fields that you need in
package.json - Change origin to your repository
git remote set-url origin YOUR ORIGIN HERE - ...
- Profit!