Skip to content

unscrambl/tsconfig-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsconfig-generator

Creates a tsconfig.json file from a template configuration that includes references to environment variables. Use the ${ENV_VARIABLE} pattern for substituting environment variable value.

npm install tsconfig-generator
Usage: index [options]

  Options:

    -V, --version              output the version number
    -i, --input [inputFile]    Specifies the path of the input JSON file
    -o, --output [outputFile]  Specifies the path of the output JSON file
    -h, --help                 output usage information

About

Creates a tsconfig.json by using the paths defined with environment variables

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published