项目作者: yTakkar

项目描述 :
Loads environment variables from .env file and outputs them in a JS file!!
高级语言: JavaScript
项目地址: git://github.com/yTakkar/Handy-Client-Env.git
创建时间: 2018-02-25T15:36:39Z
项目社区:https://github.com/yTakkar/Handy-Client-Env

开源协议:

下载


Handy-Client-Env

Command-line tool which Loads environment variables from .env file and outputs them in a JS file!!`.

GIF

Motivation

Created this project for front-end layer of the project to get access to environment variables defined in a .env file.

Usage

  1. First install.

    1. npm i handy-client-env
  2. Go to your project which contains a .env file and run the following command.

    1. handy-client-env
  3. There you go, .env.js file is created!!

Thank you for reading