env-typings READMETS Env Typings is an extension to auto generate Typescript typings for your env variables from your development .env file everytime you save the specefied file. Setup1- Specify "env-typings.json" file in the root of your project. 2- Add "path" field to your dev .env file. That's it enjoy your auto generated typings from your .env file everytime you hit save. Features1- Specify path for the generated output 2- auto detect env variable type so that It can give you a nice example in the intellisense on how to use and parse it. 3- Variants for an env variable
Requirements
Enjoy! |