ackee-report
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -7,2 +7,9 @@ # Changelog | ||
## [v0.4.1] - 2020-10-31 | ||
### Added | ||
- logo to readme | ||
- template:dev command to serve template when developing | ||
- sample report data for development | ||
- description and example call to help output | ||
## [v0.4.0] - 2020-10-28 | ||
@@ -9,0 +16,0 @@ ### Added |
{ | ||
"name": "ackee-report", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "CLI tool to generate performance reports of websites using the self-hosted analytics tool Ackee.", | ||
"bin": "./src/index.js", | ||
"scripts": { | ||
"lint": "eslint ./src/" | ||
"lint": "eslint ./src/", | ||
"template:dev": "ejs-serve -f ./src/templates/ackee.ejs -d sample-data.json" | ||
}, | ||
@@ -37,4 +38,5 @@ "repository": { | ||
"@betahuhn/eslint-config-node": "^0.1.0", | ||
"ejs-serve": "^1.0.1", | ||
"eslint": "^7.9.0" | ||
} | ||
} |
<div align="center"> | ||
<img src="https://cdn.mxis.ch/assets/ackee-report/logo.png" title="ackee-report" alt="ackee-report logo" width="128"> | ||
@@ -3,0 +5,0 @@ # ackee-report |
@@ -9,2 +9,4 @@ #!/usr/bin/env node | ||
.version(packageJson.version, '-v, --version') | ||
.description('CLI tool to generate performance reports of websites using the self-hosted analytics tool Ackee.') | ||
.usage('<command> [options]') | ||
@@ -51,2 +53,8 @@ program | ||
program.on('--help', () => { | ||
console.log('') | ||
console.log('Example call:') | ||
console.log(' $ ackee-report email --domain example.com --to hello@example.com') | ||
}) | ||
program.on('command:*', (operands) => { | ||
@@ -53,0 +61,0 @@ console.error(`error: unknown command '${ operands[0] }'\n`) |
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
68973
21
800
177
3