0.2.1 • Published 6 years ago

@paperist/cli v0.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

@paperist/cli

LICENSE NPM standard-readme compliant

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

3846masa MIT (c) 3846masa