mrm-task-typescript
Version:
Mrm task that adds TypeScript
32 lines (18 loc) • 710 B
Markdown
<!-- TypeScript -->
# mrm-task-typescript
[Mrm](https://github.com/sapegin/mrm) task that adds [TypeScript](https://www.typescriptlang.org/).
## What it does
- Creates `tsconfig.json`
- Adds an npm script to run type check before tests
- Installs dependencies
## Usage
```
npx mrm typescript
```
## Changelog
The changelog can be found in [CHANGELOG.md](CHANGELOG.md).
## Contributing
Everyone is welcome to contribute. Please take a moment to review the [contributing guidelines](../../Contributing.md).
## Authors and license
[Artem Sapegin](https://sapegin.me) and [contributors](https://github.com/sapegin/mrm/graphs/contributors).
MIT License, see the included [License.md](License.md) file.