{"id":17214880,"url":"https://github.com/mikqi/vuepressify","last_synced_at":"2026-01-24T02:38:50.315Z","repository":{"id":78431979,"uuid":"137211970","full_name":"mikqi/vuepressify","owner":"mikqi","description":"CLI for add Vuepress to existing project","archived":false,"fork":false,"pushed_at":"2019-10-12T05:07:47.000Z","size":3643,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-03T18:43:58.126Z","etag":null,"topics":["cli","generator","vue","vuepress"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/mikqi.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-13T12:23:21.000Z","updated_at":"2019-10-12T05:30:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"4fd697cf-7391-4917-a0bd-5559852ea535","html_url":"https://github.com/mikqi/vuepressify","commit_stats":{"total_commits":22,"total_committers":2,"mean_commits":11.0,"dds":"0.36363636363636365","last_synced_commit":"64dc7fef92893d3397c9aee410e60796c4808d11"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikqi%2Fvuepressify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikqi%2Fvuepressify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikqi%2Fvuepressify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikqi%2Fvuepressify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikqi","download_url":"https://codeload.github.com/mikqi/vuepressify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236345683,"owners_count":19134306,"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":["cli","generator","vue","vuepress"],"created_at":"2024-10-15T03:22:19.714Z","updated_at":"2025-10-13T12:31:09.581Z","avatar_url":"https://github.com/mikqi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VuePressify [![Build Status](https://travis-ci.org/mikqi/vuepressify.svg?branch=master\u0026longCache=true)](https://travis-ci.org/mikqi/vuepressify) ![license mit](https://img.shields.io/github/license/mikqi/vuepressify.svg?longCache=true) [![Twitter](https://img.shields.io/twitter/url/https/github.com/mikqi/vuepressify.svg)](https://twitter.com/intent/tweet?text=Add%20Vuepress%20to%20your%20existing%20project%20with%20Vuepressify%20🎉🎉%20:\u0026url=https%3A%2F%2Fgithub.com%2Fmikqi%2Fvuepressify)[![npm version](https://badge.fury.io/js/vuepressify.svg)](https://badge.fury.io/js/vuepressify)\n\n\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"media.gif\" alt=\"in action\" /\u003e\n\u003c/h1\u003e\n\n\u003e Add Vuepress documentation to your existing project with one command\n\n## Usage\n\nFirst, you must install [NodeJS](https://nodejs.org) then you can add Vuepress to your existing project using this command:\n\n```\n$ npx vuepressify init\n```\n\nor you can install globally\n\n```\n$ npm i -g vuepressify\n$ vuepressify init\n```\n\nand then it will ask you several question.\n\nYou can generate new docs with this commands too.\n\n```\n$ vuepressify --generate newDocs --loc myDocs\n```\n\nor you can simply like this\n\n```\n$ vuepressify -g newDocs --l myDocs\n```\n\nflag `generate` is required if you want to generate new docs and `loc` is `optional` by default it will set to `docs` folder\n\n```\n$ vuepressify --help\n\nUsage\n    $ vuepressify init\n    or\n    $ vuperessify \u003coptions\u003e\n\n  Options\n    --generate=pagename,   -g    generate new page/docs\n    --loc=value,        -l    set location for generate new docs. default is *docs*\n    --help                    show available commands\n    --version                 show vuepressify version\n\n  Examples\n    $ vuepressify --generate=new_docs\n    or\n    $ vuepressify --generate=new_docs --loc=documentation\n```\n\n## How to run documentation\n\nIt already added script to your `package.json`. more detail read [this](https://vuepress.vuejs.org/guide/getting-started.html#inside-an-existing-project)\nJust run `npm run docs:dev` to see it in your browser.\n\n```json\n{\n  \"scripts\": {\n    \"docs:dev\": \"vuepress dev docs\",\n    \"docs:build\": \"vuepress build docs\"\n  }\n}\n```\n\n## Built with\n\n- [meow](https://github.com/sindresorhus/meow)\n- [inquirer](https://github.com/SBoudrias/Inquirer.js)\n- [chalk](https://github.com/chalk/chalk)\n- [ejs](https://github.com/tj/ejs)\n- [fs-extra](https://github.com/jprichardson/node-fs-extra)\n\n## License\n\nMIT © [Muhammad Rivki](http://this.rivki.id)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikqi%2Fvuepressify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikqi%2Fvuepressify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikqi%2Fvuepressify/lists"}