TSModuleGenerator
A Generator for Node-Modules Written in TypeScript
Usage
TSModuleGenerator
Installing You can install TSModuleGenerator
using following command:
npm install -g yo generator-ts-node-module
Using the Generator
You can run the generator by invoking this command on a command prompt:
yo ts-node-module
Generator Output
- An environment for writing a Node-Module in TypeScript
- Mocha test-environment
- VSCode workspace configuration (optional)
- TSLint-ruleset (optional)