0.0.16-8 • Published 3 years ago

tscgen-framework v0.0.16-8

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

tscgen-framework

Framework for creating code generation projects that are easy to maintain, update, and understand.

Installation

Install with NPM:

npm i -D tscgen-framework tscgen-cli

Install with Yarn:

yarn add --dev tscgen-framework tscgen-cli

Getting Started

Create a tscgen.yaml in your root directory.

outDir: dist
projectDir: src

tscgen will build your project from the projectDir and generate the output in the outDir.

Each file in projectDir gets processed and generated as a corresponding typescript generated file in the outDir.

Documentation

Project Setup Guide

1. Standalone Projects

NPM Scripts:

{
  "scripts": {
    "generate": "tscgen generate",
    "build": "tsc"
  }
}

2. Subfolder

0.0.16-8

3 years ago

0.0.16-7

3 years ago

0.0.16-6

3 years ago

0.0.16-5

3 years ago

0.0.16-4

3 years ago

0.0.16-3

3 years ago

0.0.16-2

3 years ago

0.0.16-1

3 years ago

0.0.16-0

3 years ago