This package is for creating environment variables.
To use this package, you can install it via npm. Open your terminal and run the following command:
npm install @greycode/env_init
Once the package is installed, you can execute the npx env-init
command to create environment variables. Follow the steps below:
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.
Kudzai Munyama