Merge pull request #328 from shower/pdf-generation

Added ShowerCLI for pdf generation
This commit is contained in:
Vadim Makeev 2018-08-24 11:44:19 +03:00 committed by GitHub
commit 4f5e10751d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2415 additions and 1022 deletions

3433
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -40,9 +40,11 @@
"gulp-replace": "^1.0.0",
"gulp-zip": "^4.0.0",
"merge-stream": "^1.0.0",
"path-exists-cli": "^1.0.0"
"path-exists-cli": "^1.0.0",
"shower-cli": "^0.1.4"
},
"scripts": {
"pdf": "shower pdf",
"start": "gulp serve",
"prepare": "gulp prepare",
"archive": "gulp archive",