envis10n-tsinit
v0.1.0
Published
A CLI tool for generating a TypeScript project folder
Downloads
3
Readme
tsinit
A CLI tool for generating a TypeScript project folder.
Provided
- A default tsconfig with the incremental builds, src and build directories, and targeting esnext.
- TSLint initialization
- An index.ts file to start you off (empty).