Skip to content

A convenience library for generating typescript-schema reflective models from typescript code.

License

Notifications You must be signed in to change notification settings

christyharagan/typescript-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Package Library

Overview

A convenience library for generating typescript-schema reflective models from typescript code.

Also provides some useful functions for reading various metadata files like tsconfig.json and package.json

Usage

Install:

npm install typescript-package

Basic Usage:

import * as p from 'typescript-package'

// Create a raw model from some typescript files
let modules = p.generateRawPackage('/myPkgDir/')

// Pass this to typescript-schema to convert to a resolved model

About

A convenience library for generating typescript-schema reflective models from typescript code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published