1.2.0 • Published 3 years ago

tsc-file-gene v1.2.0

Weekly downloads
223
License
MIT
Repository
github
Last release
3 years ago

TypeScript File Generator

TFG generate files like class, interfaces, enums for TypeScript

Installation

Use npm to install TFG

Global install recomended

npm install -g tsc-file-gene # global install
npm install --save-dev tsc-file-gene # local install

Usage

Global version usage

tfg class {name} # generate class with {name} in curret dir
tfg interface {name} # generate interface with {name} in curret dir
tfg enum {name} # generate enum with {name} in curret dir
tfg model {name} # generate model interface with {name} in curret dir
tfg service {name} # generate service clss with {name} in curret dir

Local version usage

To use localy you need to use it by npm

License

MIT

1.2.0

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago