Skip to content

jclem/bstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bstrap

An initializer for development environments, bstrap reads environment variables from app.json files, combines them with variables from dotenv files (a file with newline-separated KEY=value pairs), and outputs new dotenv files. Along the way, it can prompt the user for missing values.

Installation

OS X

Install via homebrew:

brew tap jclem/bstrap
brew install bstrap

Linux

Download the latest release and put it in your PATH.

Usage

For usage instructions, enter bstrap --help into your terminal.

Contributing

  1. Fork it ( https://github.com/jclem/bstrap/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • jclem Jonathan Clem - creator, maintainer

About

Generates a dotenv file from an app.json file and any existing dotenv file

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published