scribe-cli

Command line tool to manage Paged.js projects

Usage no npm install needed!

<script type="module">
  import scribeCli from 'https://cdn.skypack.dev/scribe-cli';
</script>

README

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