/TSProjectGenerator

A Set of Generators for Creating Projects Written in TypeScript

Primary LanguageTypeScriptMIT LicenseMIT

TSProjectGenerator

Provides two packages which allow you to create modules or generators written in TypeScript.

General

This project contains two packages:

  • @manuth/generator-ts-project:
    Provides basic generator for creating modules and generators
  • @manuth/generator-my-ts-project:
    Provides a good example on how to inherit an existing generator.
    This set of generators contains some additions such as a custom markdown-codestyle and a Drone configuration file for continuous integration.