{"id":23492886,"url":"https://github.com/paperist/cli","last_synced_at":"2026-01-21T09:02:00.585Z","repository":{"id":57135095,"uuid":"108816211","full_name":"Paperist/cli","owner":"Paperist","description":"CLI for Paperist","archived":false,"fork":false,"pushed_at":"2017-12-14T19:01:16.000Z","size":89,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T09:11:38.450Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Paperist.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-30T07:28:25.000Z","updated_at":"2020-09-12T16:34:34.000Z","dependencies_parsed_at":"2022-09-04T09:00:35.874Z","dependency_job_id":null,"html_url":"https://github.com/Paperist/cli","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paperist%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paperist%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paperist%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paperist%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Paperist","download_url":"https://codeload.github.com/Paperist/cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249040110,"owners_count":21202820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-25T02:15:27.507Z","updated_at":"2026-01-21T09:02:00.561Z","avatar_url":"https://github.com/Paperist.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @paperist/cli\n\n[![LICENSE][license-badge]][license]\n[![NPM][npm-badge]][npm]\n[![standard-readme compliant][standard-readme-badge]][standard-readme]\n\n[npm]: https://www.npmjs.com/package/@paperist/cli\n[license]: https://3846masa.mit-license.org\n[standard-readme]: https://github.com/RichardLitt/standard-readme\n\n[npm-badge]: https://img.shields.io/npm/v/@paperist/cli.svg?style=flat-square\u0026logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAbUExURcwAAOeIiP////G7u/ri4tIZGdpFReJsbPC3t075sZwAAAAvSURBVCjPY2CgDWAThIMEsACjEhwIUCZg0dGCIqASwMAxMgXAgSzOwMAOC2TqAwBvzR4JxLaP0gAAAABJRU5ErkJggg==\n[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square\u0026logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAIGNIUk0AAHomAACAhAAA%2BgAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAAVUExURSBTICJcIiNgIiZoJTuhNyt3Kf///%2BCqxSgAAAAGdFJOUwpclbn%2B4Fj6/H8AAAABYktHRAZhZrh9AAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH4AkEEjEV7MDQQwAAAGBJREFUCNc1TUEKgDAMi07vE/Q%2BRD8g%2B4BbvAvi/79iMjDQJm1CC6BbDzRsZI3incIpYeYFhCaYnLiyPYnYkwWZFWoFHrSuttCmmbwXh0eJQYVON4JthZTxCzzAmyb8%2BAAKXBRyN6RyZQAAAABJRU5ErkJggg==\n[standard-readme-badge]: https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square\n\n\u003e CLI for Paperist\n\n## Table of Contents\n\n\u003c!-- TOC depthFrom:2 depthTo:3 updateOnSave:false --\u003e\n\n- [Install](#install)\n- [Usage](#usage)\n  - [Init project](#init-project)\n  - [Build PDF](#build-pdf)\n  - [Watch project](#watch-project)\n  - [Install templates](#install-templates)\n  - [Uninstall templates](#uninstall-templates)\n- [Contribute](#contribute)\n- [License](#license)\n\n\u003c!-- /TOC --\u003e\n\n## Install\n\n```\nnpm install --global @paperist/cli\n```\n\n**--- OR ---**\n\nDownload from [releases](https://github.com/Paperist/cli/releases)\n\n## Usage\n\n### Init project\n\n```\npaperist init ./new-project\n```\n\n### Build PDF\n\n```\npaperist build\n```\n\n### Watch project\n\n```\npaperist watch\n```\n\n### Templates\n\n#### Install templates\n\nInstall template from GitHub.\n\n```\npaperist template install paperist/template-example\n```\n\nIf you want to install with examples, append `--with-example` or `-w` flags.\n\n```\npaperist template install paperist/template-example --with-example\n```\n\nSupport GitHub / GitLab / Bitbuckets.\n\n```\n# If template dosen't exist on GitHub, add prefix.\npaperist template install gitlab:paperist/template-example\n```\n\n#### Uninstall templates\n\nOnly remove plugin dependencies.\n\n```\npaperist template uninstall paperist/template-example\n```\n\n## Contribute\n\nPRs accepted.\n\n## License\n\n![3846masa] MIT (c) 3846masa\n\n[3846masa]: https://www.gravatar.com/avatar/cfeae69aae4f4fc102960f01d35d2d86?s=50\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaperist%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaperist%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaperist%2Fcli/lists"}