# dpd-load-env
Load your .env file with this npm module.

## Why dpd-load-env?

I created this module to bootstrap a .env file when using [Deployd](http://deployd.com). This module should make it very easy to manage environment variables on Deployd or other node project.

## Instructions

Install the dpd-load-env module

```bash
npm install dpd-load-env
```

Create a .env file at the root directory of your project. Done!


## Contributing

1. Fork it
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 new Pull Request
