@akilio/app-kit
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@akilio/app-kit", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Resource loader for API based applications", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -19,3 +19,3 @@ # app-kit | ||
```js | ||
require('app-kit').autostart(); | ||
require('@akilio/app-kit').autostart(); | ||
``` | ||
@@ -42,2 +42,6 @@ 3. Add this to your **package.json** scripts section: | ||
module.exports = { | ||
service: { | ||
cli: {} | ||
}, | ||
env: {}, | ||
api: { | ||
@@ -50,3 +54,3 @@ example: { cli: {}} | ||
```bash | ||
yarn cli example --message Hi | ||
yarn cli example "Hello!" | ||
``` | ||
@@ -53,0 +57,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
16520
185