# simple-ts-project-template

Steps to create a typescript project with jest, eslint, prettier, build scripts.

1. Clone project

```sh
git clone git@github.com:magicismight/simple-ts-project-template.git
```

2. Rename project

3. Open project

4. Edit package.json

5. Edit LICENSE file

6. Remove example source code `src/numbers.ts` `src/numbers.test.ts` and replace with your awesome code.

7. Edit README.md

8. Change other config files if you must
