CLI for Paperist
npm install --global @paperist/cli
--- OR ---
Download from releases
paperist init ./new-project
paperist build
paperist watch
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
Only remove plugin dependencies.
paperist template uninstall paperist/template-example
PRs accepted.