0.0.1 • Published 6 years ago

typescript-config v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

TypeScript config boilerplate.

Currently only targeting Node.js.

Usage

Use init script to initialize a project directory:

./init path/to/project

this will override existing dot files, install development dependencies, create directories and possibly modify package.json file.

Dot files, development dependencies and directories can be configured in init.json file.

Todo & Issues