https://github.com/stoically/typescript-starter
TypeScript Starter with ESLint, Prettier and Mocha
https://github.com/stoically/typescript-starter
Last synced: about 1 year ago
JSON representation
TypeScript Starter with ESLint, Prettier and Mocha
- Host: GitHub
- URL: https://github.com/stoically/typescript-starter
- Owner: stoically
- Created: 2020-02-01T17:27:24.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2020-07-17T10:05:01.000Z (almost 6 years ago)
- Last Synced: 2025-02-12T16:52:25.812Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript Starter
## Development
```
npm install
```
### Lint
```
npm run lint
```
### Tests
```shell
# watcher
npm run test:watch
# once
npm run test
# once & coverage
npm run test:coverage
```
## License
Public Domain