Textus.io CLI
WARNING! This package is not finished yet. Wait until >0.2.0 before using.
- TODO
$ npm install --global textus$ textus who Authenticated as wouter@textus.io $ textus --version You are running v.0.0.1 of this command-line interface. The Textus engine is at v.0.18.0. $ textus --help Textus.io — Fully automated professional document design Usage: textus [file] [options] Supported input formats: markdown , CommonMark , GFM Markdown , MultiMarkdown , PHP Markdown Extra , plain text , MS Word , OpenOffice , Rich Text , WordPerfect , LaTeX , OrgMode , ReStructuredText , .epub, .html Supported output formats: PDF , HTML5 , EPUB , InDesign Textus Markdown Options: <files> - Path to your input file. -o, --output <[file|path]> - Save output to this file. -p, --pagesize - Set the PDF’s page trim size: <[ A4 | Letter | [width]*[height] ]> -d, --design - Pick a stylesheet: <[ OldStyle | Classic | Modern]> -s, --css <[yourstyle.css]> - Your CSS overrides on top of -t, --template - Set the desired document type: <[ article | report | letter | businessletter | book | card ]> -c, --copyedit - Set automatic copy-editing: <[ default | Chicago | Oxford | off ]> -h, --help - Show this help message and exit. -v, --version - Show current version and exit. -l, --license - Show license info and exit. Account commands: textus who - Show currently logged-in user. textus logout - Expire local token. tetxus login - Only performs authentication step. textus plan - Set account plan. textus pay - Add ETH or BTC to your plan. Online help: Upgrade plan - docs.textus.io/upgrade Getting started - docs.textus.io/getting-started Markdown how-to - docs.textus.io/markdown Recommended editors - docs.textus.io/editors Report bugs, or got - github.com/textvs/cli/issues feature request?