Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "app-conf", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"license": "ISC", | ||
@@ -16,2 +16,3 @@ "author": "Julien Fontanet <julien.fontanet@isonoe.net> (http://julien.isonoe.net/)", | ||
"_pMap.js", | ||
"cli.js", | ||
"entries.js", | ||
@@ -22,2 +23,3 @@ "index.js", | ||
], | ||
"bin": "./cli.js", | ||
"engines": { | ||
@@ -32,3 +34,3 @@ "node": ">=8.10" | ||
"make-error": "^1.3.5", | ||
"promise-toolbox": "^0.20.0", | ||
"promise-toolbox": "^0.21.0", | ||
"xdg-basedir": "^4.0.0" | ||
@@ -35,0 +37,0 @@ }, |
@@ -87,2 +87,16 @@ # app-conf | ||
### CLI | ||
A basic CLI is available to show the config: | ||
``` | ||
> ./node_modules/.bin/app-conf | ||
Usage: app-conf <appName> [<appDir>] | ||
app-conf v1.0.0 | ||
> ./node_modules/.bin/app-conf my-app . | ||
``` | ||
> Note: To ensure the configuration is parsed the same way as your application (e.g. optional formats), this command should be run from your appliacation directory and not from a global install. | ||
## Contributing | ||
@@ -89,0 +103,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16631
8
368
115
+ Addedpromise-toolbox@0.21.0(transitive)
- Removedpromise-toolbox@0.20.0(transitive)
Updatedpromise-toolbox@^0.21.0