textus-cli
v0.1.17
Published
From markdown to PDF with high quality typography using the Textus.io Typesetting service
Downloads
10
Maintainers
Readme
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 [email protected] (Free plan)
$ 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 (.md, .markdown), CommonMark (.cm.md),
GFM Markdown (gfm.md), MultiMarkdown (.mmd.md),
PHP Markdown Extra (.php.md), plain text (.txt),
MS Word (.docx, .doc), OpenOffice (.odt),
Rich Text (.rtf), WordPerfect (.wpd),
LaTeX (.tex, .latex), OrgMode (.org),
ReStructuredText (.rst, .reST),
.epub, .html
Supported output formats:
PDF (.pdf), HTML5 (.html), EPUB (.epub), InDesign (.icml)
Textus Markdown (.md)
Options:
<files> - Path to your input file(s).
-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?