Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.11 KB

File metadata and controls

41 lines (28 loc) · 1.11 KB

@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