168 Commits

Author SHA1 Message Date
Eric Lanehart
0d2f0452a2 Credit contributors 2016-09-22 08:25:00 -04:00
Eric Lanehart
5c77fc195f Add support for JSON format
Short circuits custom parser with node’s module loader when given file has a .json extension
2016-09-15 13:01:59 -04:00
Todd Bluhm
8fd41397d6 Merge pull request #3 from toddbluhm/2.1.0
Regex for parsing, support inline comments, support `key value` format
2.1.0
2016-08-18 16:55:11 -05:00
Todd Bluhm
fbb5ac6d68
Regex for parsing, support inline comments, support key value format
- Moved over to using regex for parsing the env file
- Added support for inline comments
- Added support for `key value` pairing file format
- Will now ignore invalid lines in env file, instead of throwing an error
- Removed old test cases
- Added more specific test cases
2016-08-18 16:48:40 -05:00
Todd Bluhm
48fe54450d Merge pull request #2 from toddbluhm/readme-related-projects
Add Related Projects section to README
2016-08-18 13:44:31 -05:00
Todd Bluhm
be7f727d0c
Add Related Projects section to README
- Adds a related projects section to README
- Add cross-env to related projects section
2016-08-18 13:40:57 -05:00
Todd Bluhm
d45e1e97c3 Minor tweaks for coveralls parallel building and travisci
- Fixed minor README file issue
2016-08-18 04:47:44 -05:00
Todd Bluhm
0d1841c1e1 Added version number shield and fixed changelog formatting 2.0.0 2016-08-17 16:34:16 -05:00
Todd Bluhm
c81fb43183 Merge pull request #1 from toddbluhm/2.0.0
Removed -e/--env flags, allow # comment lines in env file, bug fixes
2016-08-17 16:30:14 -05:00
Todd Bluhm
39616b70b1 Removed -e/--env flags, allow # comment lines in env file, bug fixes
- Removed the -e/--env flags in favor of just requiring the first arg to
env-cmd to be the relative path to the env file
- Comments are now valid in env files using the #
- Empty lines in env file are now ignored
- Fixed bug env file no longer needs to end on a newline
2016-08-17 16:24:01 -05:00
Todd Bluhm
a2777a636c Fix test coverage 1.0.1 2016-08-17 01:09:58 -05:00
Todd Bluhm
39c0760630 Added help text, handle uncaught errors, added .npmignore 2016-08-17 00:55:16 -05:00
Todd Bluhm
56d10fa34f Fix npm badges 2016-08-17 00:08:32 -05:00
Todd Bluhm
11c1765192 Use more standardized npm /bin folder for executable
- Updated Readme
- Add Changelog
- Fix usage as npm .bin file
1.0.0
2016-08-16 23:56:47 -05:00
Todd Bluhm
516d6ba4ad Add in coveralls devDependency 2016-08-16 23:37:23 -05:00
Todd Bluhm
f0bcce1441 Travis tweaks, make compatible with node v4 2016-08-16 21:50:21 -05:00
Todd Bluhm
afc512c641 Initial code commit 2016-08-16 21:34:05 -05:00
Todd Bluhm
81073d0867 Initial commit 2016-08-16 20:00:47 -05:00