{"id":22398115,"url":"https://github.com/eliranmal/vue-cli-template-registry","last_synced_at":"2026-04-11T01:35:29.400Z","repository":{"id":143925458,"uuid":"189897117","full_name":"eliranmal/vue-cli-template-registry","owner":"eliranmal","description":"a solution for installing vue-cli custom templates hosted on private/enterprise repositories","archived":false,"fork":false,"pushed_at":"2019-07-21T08:43:51.000Z","size":37,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-28T19:56:03.526Z","etag":null,"topics":["cli","command-line-interface","command-line-tool","ghe","github","github-enterprise","gitlab","hosting","private-repository","shell","terminal","tooling","vue","vue-cli","vue-cli-2x","vue-cli-templates","vue-js"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/eliranmal.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}},"created_at":"2019-06-02T21:29:38.000Z","updated_at":"2025-05-21T00:10:06.000Z","dependencies_parsed_at":"2024-01-08T08:59:30.645Z","dependency_job_id":null,"html_url":"https://github.com/eliranmal/vue-cli-template-registry","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/eliranmal/vue-cli-template-registry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliranmal%2Fvue-cli-template-registry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliranmal%2Fvue-cli-template-registry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliranmal%2Fvue-cli-template-registry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliranmal%2Fvue-cli-template-registry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eliranmal","download_url":"https://codeload.github.com/eliranmal/vue-cli-template-registry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliranmal%2Fvue-cli-template-registry/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267978017,"owners_count":24175241,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","command-line-interface","command-line-tool","ghe","github","github-enterprise","gitlab","hosting","private-repository","shell","terminal","tooling","vue","vue-cli","vue-cli-2x","vue-cli-templates","vue-js"],"created_at":"2024-12-05T07:08:53.794Z","updated_at":"2026-04-11T01:35:24.363Z","avatar_url":"https://github.com/eliranmal.png","language":"Shell","funding_links":[],"categories":["Components \u0026 Libraries","Scaffold","Scaffold [🔝](#readme)"],"sub_categories":["Scaffold","Source Code Editing"],"readme":"\n# vue-cli-template-registry\n\n*a solution for installing vue-cli custom templates hosted on private/enterprise repositories*\n\n[![NPM][1]][2] [![mentioned in awesome-vue][6]][7]\n\n\n## overview\n\nthis is a command-line tool that enables the usage of [vue-cli custom templates][3] hosted on private/enterprise repositories \u003csup\u003e\\[[1][101]]\u003c/sup\u003e.\n\nit stores the templates locally, so we can install them from a local path. for example:\n\n```sh\nvue init ~/.vue-cli-templates/my-awesome-template my-app\n```\n\n\n## setup\n\nchoose your preferred method:\n\n\n#### none!\n\nfor a one-time installation of an arbitrary custom template, no setup is required.\nskip ahead to the [usage][100] section for more details.\n\n\n#### via NPM\n\nthis is the most convenient choice when you're dealing with multiple custom templates.\n\n```sh\nnpm i -g vue-cli-template-registry\n```\n\n\n#### manual\n\nif you don't use NPM, or you're just into typing stuff, you can manually copy the registry script to your local `bin` directory:\n\n```sh\ncurl -L -f -O https://raw.github.com/eliranmal/vue-cli-template-registry/master/bin/registry.sh\ninstall -v -m 0755 ./registry.sh /usr/local/bin/vue-cli-template-registry\nrm -v ./registry.sh\n```\n\n\n## usage\n\nif you chose to skip the setup, you can use a single command line to fetch and run the registry \u003csup\u003e\\[[2][101]]\u003c/sup\u003e:\n\n```sh\ncurl -Lsf https://raw.github.com/eliranmal/vue-cli-template-registry/master/bin/registry.sh | bash -s install \u003cawesome-cli-template\u003e\n```\n  \n\u003csup\u003e:ok_hand: ***tip:** building your own custom template? add this one-liner to the readme page.*\u003c/sup\u003e\n\nif you followed the setup, you will find the `vue-cli-template-registry` command available in the terminal.  \nit can be run with the same arguments \u003csup\u003e\\[[2][101]]\u003c/sup\u003e:\n\n```sh\nvue-cli-template-registry install \u003cawesome-cli-template\u003e\n```\n\nthe first argument is the registry command, and can be either `install`, `uninstall` or `update`.  \nthe second is for passing the custom template source, either in the form of a github clone URL, or a local path.\n\nfor more details use the `-h` flag.\n\n\n## notes\n\n1. *at the time of writing, vue-cli does not work for such repositories (see [this issue][4]). if/when this issue is resolved, vue-cli-template-registry will become obsolete.*\n2. *make sure to replace `\u003cawesome-cli-template\u003e` with your custom template clone URL (or local path).*\n\n\n\n[1]: https://img.shields.io/npm/v/vue-cli-template-registry.svg?style=flat-square\n[2]: https://www.npmjs.com/package/vue-cli-template-registry\n[3]: https://github.com/vuejs/vue-cli/tree/master#custom-templates\n[4]: https://github.com/vuejs/vue-cli/issues/3384\n[6]: https://awesome.re/mentioned-badge-flat.svg\n[7]: https://github.com/vuejs/awesome-vue\n\n[100]: #usage\n[101]: #notes\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliranmal%2Fvue-cli-template-registry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feliranmal%2Fvue-cli-template-registry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliranmal%2Fvue-cli-template-registry/lists"}