Skip to content

Paperist/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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