@mhshifat/env-types-gen
v1.0.12
Published
A simple script to generate types from a '.env' file in your project.
Downloads
20
Readme
env-types-gen
env-types-gen is a tool that helps develop node.js typed based applications by automatically generating types for '.env' file.
env-types-gen does not require any additional changes to your code or method of development.
Installation
npm install --save-dev @mhshifat/env-types-genOR
yarn add -D @mhshifat/env-types-genUsage
Using env-types-gen is simple, just executing a simple command in your terminal or you can use it as a script in your nodejs project:
env-types-gen generate