Skip to content
/ env-init Public

A package that automatically creates an .env.example & .env file for node js

Notifications You must be signed in to change notification settings

kculz/env-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@greycode/env_init

This package is for creating environment variables.

Installation

To use this package, you can install it via npm. Open your terminal and run the following command:

npm install @greycode/env_init

Usage

Once the package is installed, you can execute the npx env-init command to create environment variables. Follow the steps below:

Open your terminal.

Navigate to the directory where your package.json file is located.

Run the following command:

npx env-init

It will generate an .env.example with variable. to move them to .env run the command again.

npx env-init

The env-init command will execute the necessary code to create the environment variables defined in the package.

Configuration The package does not require any additional configuration. However, you can customize the environment variables to be created by modifying the index.js file.

Support If you encounter any issues or have questions, please feel free to open an issue on the GitHub repository.

License This project is licensed under the MIT License.

Contributors

Kudzai Munyama

About

A package that automatically creates an .env.example & .env file for node js

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published