{"id":19024955,"url":"https://github.com/gko/project","last_synced_at":"2025-04-23T12:14:21.277Z","repository":{"id":56700358,"uuid":"79650924","full_name":"gko/project","owner":"gko","description":"☕️ Create node, rust, python or ruby project locally and on github (private or public)","archived":false,"fork":false,"pushed_at":"2024-06-12T06:29:29.000Z","size":1374,"stargazers_count":20,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-23T12:14:10.302Z","etag":null,"topics":["cargo","create","git","github","node","npm","pip","project","projects","python","ruby","rust"],"latest_commit_sha":null,"homepage":"https://dev.to/konstantin/managing-your-projects-31p1","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/gko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2017-01-21T14:34:48.000Z","updated_at":"2025-02-01T18:54:59.000Z","dependencies_parsed_at":"2024-01-03T04:17:47.776Z","dependency_job_id":"1649f2f5-b226-4ed5-aba6-624e7501b304","html_url":"https://github.com/gko/project","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gko%2Fproject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gko%2Fproject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gko%2Fproject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gko%2Fproject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gko","download_url":"https://codeload.github.com/gko/project/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250430595,"owners_count":21429324,"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":["cargo","create","git","github","node","npm","pip","project","projects","python","ruby","rust"],"created_at":"2024-11-08T20:39:40.580Z","updated_at":"2025-04-23T12:14:21.259Z","avatar_url":"https://github.com/gko.png","language":"Shell","readme":"# Project\n\nCreate `npm`, `cargo`, `gem` or `pip` project locally and on `github` or just `cd` into existing.\n\n![demo](/demo.png)\n\nAfter project init you will be prompted to create a `github` repo (private or public).\n\n![github](/github.png)\n\nYou can read more about it in the «[Managing your projects](https://dev.to/konstantin/managing-your-projects-31p1)» article.\n\n## Installation\n\nYou will need to install [github cli](https://cli.github.com/) (see this [installation instructions](https://github.com/cli/cli#installation)) in order to create project repository on `github`.\n\n### With [antigen](https://github.com/zsh-users/antigen)\n\nIn your .zshrc\n```sh\nantigen bundle gko/project\n```\n\n### Manually\n\nYou need to clone repo:\n\n```bash\ngit clone --recursive --depth 1 https://github.com/gko/project\n```\nthen add it to .bashrc or .zshrc:\n```bash\nsource ./project/project.sh\n```\n\n## Usage\n```\nUsage: project [options]\nExample:\n  project -p test\nOptions:\n  -h, --help      help\n  -p, --private   create private github repository\n  -f, --folder    your projects folder(defaults to ~/projects)\n  -n, --no-init   avoid initializing package\n```\n\nthen to create public repo:\n```bash\nproject test\n```\n\ncreate private repo:\n```bash\nproject -p test\n```\n\nIf the project exist you will just `cd` into its folder.\n\nIf no name is given you will just `cd` to `projects` folder.\n\nIf you type `project -` then you'll jump to previous project folder.\n\n### Autocomplete\n\nSupports `zsh-autocomplete`. On \u003ckbd\u003eTab\u003c/kbd\u003e will show the list of available projects.\n\nYou can also alias it (in `~/.zshrc` or `~/.bashrc`):\n```shell\nalias p='project'\n```\n\nto get:\n```shell\np test-project\n```\n\n### Projects path\n\nYou can specify projects path by either `-f` key or `$PROJECTS_HOME` variable:\n```bash\nproject -f /projects_path\n```\nor\n```bash\nexport PROJECTS_HOME=/projects_path\n```\nOtherwise default path is `~/projects`\n\n## Like it?\n\n:star: this repo\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT)\n\nCopyright (c) 2012-2024 Konstantin Gorodinskiy\n","funding_links":[],"categories":["Plugins"],"sub_categories":["ZSH on Windows","Zinit (née zplugin)"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgko%2Fproject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgko%2Fproject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgko%2Fproject/lists"}