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

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

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