@paperist/cli
v0.2.1
Published
CLI for Paperist
Downloads
20
Readme
@paperist/cli
CLI for Paperist
Table of Contents
Install
npm install --global @paperist/cli
--- OR ---
Download from releases
Usage
Init project
paperist init ./new-project
Build PDF
paperist build
Watch project
paperist watch
Templates
Install templates
Install template from GitHub.
paperist template install paperist/template-example
If you want to install with examples, append --with-example
or -w
flags.
paperist template install paperist/template-example --with-example
Support GitHub / GitLab / Bitbuckets.
# If template dosen't exist on GitHub, add prefix.
paperist template install gitlab:paperist/template-example
Uninstall templates
Only remove plugin dependencies.
paperist template uninstall paperist/template-example
Contribute
PRs accepted.
License
MIT (c) 3846masa