{"id":31844868,"url":"https://github.com/houkasaurusrex/create-project","last_synced_at":"2025-10-12T07:52:24.444Z","repository":{"id":38426296,"uuid":"192082132","full_name":"HoukasaurusRex/create-project","owner":"HoukasaurusRex","description":"CLI tool to generate projects from github templates","archived":false,"fork":false,"pushed_at":"2022-11-11T01:23:48.000Z","size":189,"stargazers_count":0,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-24T19:58:22.079Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pterobyte.github.io/create-project/","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/HoukasaurusRex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["Pterobyte"],"patreon":"TerminallyChillSoftware","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-06-15T13:31:23.000Z","updated_at":"2021-01-13T07:12:21.000Z","dependencies_parsed_at":"2023-01-21T13:03:28.416Z","dependency_job_id":null,"html_url":"https://github.com/HoukasaurusRex/create-project","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"HoukasaurusRex/module-boilerplate","purl":"pkg:github/HoukasaurusRex/create-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HoukasaurusRex%2Fcreate-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HoukasaurusRex%2Fcreate-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HoukasaurusRex%2Fcreate-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HoukasaurusRex%2Fcreate-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HoukasaurusRex","download_url":"https://codeload.github.com/HoukasaurusRex/create-project/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HoukasaurusRex%2Fcreate-project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010667,"owners_count":26084785,"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-10-12T02:00:06.719Z","response_time":53,"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":[],"created_at":"2025-10-12T07:52:12.228Z","updated_at":"2025-10-12T07:52:24.435Z","avatar_url":"https://github.com/HoukasaurusRex.png","language":"JavaScript","funding_links":["https://github.com/sponsors/Pterobyte","https://patreon.com/TerminallyChillSoftware"],"categories":[],"sub_categories":[],"readme":"# Create Project\n\n[![NPM Total Downloads](https://img.shields.io/npm/dt/create-project.svg)](https://www.npmjs.com/package/create-project)\n[![David Dependencies Status](https://david-dm.org/pterobyte/create-project.svg)](https://david-dm.org/pterobyte/create-project)\n[![devDependencies Status](https://david-dm.org/pterobyte/create-project/dev-status.svg)](https://david-dm.org/pterobyte/create-project?type=dev)\n[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/Pterobyte/create-project.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/Pterobyte/create-project/context:javascript)\n[![prs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/pterobyte/create-project)\n[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nCLI tool to generate projects from github templates\n\n![npm](https://raw.githubusercontent.com/Pterobyte/create-project/master/assets/npm.jpg)\n![vuepress](https://raw.githubusercontent.com/Pterobyte/create-project/master/assets/vuepress.png)\n\nDownloads boilerplates from specified github templates and configurations\n\n## Contents  \n\n- [Getting Started](#getting-started)\n- [Examples](#examples)\n- [Limitations](#limitations)\n- [Contributing](#contributing)\n- [Authors](#authors)\n- [License](#license)\n- [Acknowledgments](#acknowledgments)\n\n## Getting Started\n\n### Install\n\n- With NPM\n\n  ```sh\n  npm install -g create-project\n  ```\n\n- With Yarn\n\n  ```sh\n  yarn global add create-project\n  ```\n\n### Arguments\n\n| Arguments       | Description                                                 |\n|--------------   |------------------------------------------------------------ |\n| --git, -g       | Specify if create-project should initialize a new git repo  |\n| --yes, -y       | Skip prompts and continue with defaults                     |\n| --install, -i   | Specify if create-project should install dependencies       |\n\n## Examples\n\n```sh\n`create-project --git --install`\n```\n\n## Limitations\n\ncreate-project is limited to creating projects from github templates written by [Pterobyte](https://github.com/pterobyte). For template submissions or suggestions, please refer to [CONTRIBUTING.md](https://github.com/pterobyte/create-project/.github/CONTRIBUTING.md).\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](https://github.com/pterobyte/create-project/.github/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Authors\n\n- **JT Houk** - [Pterobyte](https://github.com/pterobyte)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/pterobyte/create-project/LICENSE) file for details\n\n## Acknowledgments\n\nThis module was heavily inspired by an [article](https://www.twilio.com/blog/how-to-build-a-cli-with-node-js) written by [Dominik Kundel](https://www.twilio.com/blog/author/dkundel)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoukasaurusrex%2Fcreate-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhoukasaurusrex%2Fcreate-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoukasaurusrex%2Fcreate-project/lists"}