Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.
/ TSModuleGenerator Public archive

A Generator for Node-Modules Written in TypeScript.

License

Notifications You must be signed in to change notification settings

manuth/TSModuleGenerator

Repository files navigation

THIS PACKAGE IS DEPRECATED

This package has been migrated to the @manuth/generator-ts-project-package which provides both a generator for yeoman-generators written in typescript and a generator for node-modules written in typescript.

TSModuleGenerator

A Generator for Node-Modules Written in TypeScript

Usage

Installing TSModuleGenerator

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)