1.0.1 • Published 2 years ago

declare-env v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

declare-env ⚙️

Generate an env.d.ts file from your .env file and import it in your project.

Installation

$ npm install -D declare-env # npm
$ yarn add --dev declare-env # yarn
$ pnpm add -D declare-env # pnpm

Usage

$ declare-env

This will generate a env.d.ts file in your project root. If tsconfig.json is present, generated file will be added to the files array.

1.0.1

2 years ago

1.0.0

2 years ago