scribe-cli
v2.0.5
Published
Command line tool to manage Paged.js projects
Downloads
3
Maintainers
Readme
Scribe CLI
Command line tool to manage ink-elements projects
Install
$ npm install --global scribe-cli
Usage
$ scribe --help
Usage
$ scribe
Options
init <path> Create a new ink-elements project
publish --page-format <size> <html> <path> Generate PDF document from HTML
Examples
$ scribe init project-folder
$ cd project-folder
$ npm run build
$ scribe publish --page-format A4 ./dist/html/index.html dist/documents/
Related
- ink-elements - Web component library used for this framework
License
MIT © R.G. Wood