1.0.0 • Published 5 years ago

unexample v1.0.0

Weekly downloads
35
License
MIT
Repository
github
Last release
5 years ago

Unexample - the lazy tool for devops

Convert .env.example to .env whilst using any exported variables to fill in any missing data.

This package was created to provide a cli tool for CI/CD automations.

Installation and usage examples

# install globally 
npm install unexample -g

# and use it
unexample --input ./project/.env.example --output ./project/.env --force
# run without globally installation
npx unexample -i .env.example -o .env.production