Skip to content

rg-wood/scribe-cli

 
 

Repository files navigation

Scribe CLI Build Status Known Vulnerabilities

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

Packages

No packages published

Languages

  • JavaScript 100.0%