{"id":24537405,"url":"https://github.com/suhaib3100/gitjet","last_synced_at":"2025-03-16T01:22:42.222Z","repository":{"id":272949396,"uuid":"918242975","full_name":"Suhaib3100/gitjet","owner":"Suhaib3100","description":"GitJet CLI: A modern and stylish tool to simplify Git and GitHub workflows with both command-line and interactive UI options.","archived":false,"fork":false,"pushed_at":"2025-02-15T16:26:59.000Z","size":72,"stargazers_count":3,"open_issues_count":12,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T13:50:06.923Z","etag":null,"topics":["cli","cliapp","easy-git","git","giteasy","github-actions","gitjet","simple-git"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/gitjet","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Suhaib3100.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":"2025-01-17T14:35:48.000Z","updated_at":"2025-02-15T16:27:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"39b1b7ff-4bce-40ba-89a6-dce8fe3c6b9a","html_url":"https://github.com/Suhaib3100/gitjet","commit_stats":null,"previous_names":["suhaib3100/gitjet"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Suhaib3100%2Fgitjet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Suhaib3100%2Fgitjet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Suhaib3100%2Fgitjet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Suhaib3100%2Fgitjet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Suhaib3100","download_url":"https://codeload.github.com/Suhaib3100/gitjet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243811072,"owners_count":20351649,"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","cliapp","easy-git","git","giteasy","github-actions","gitjet","simple-git"],"created_at":"2025-01-22T14:12:31.723Z","updated_at":"2025-03-16T01:22:42.204Z","avatar_url":"https://github.com/Suhaib3100.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# GitJet CLI\n\nGitJet is a modern and stylish CLI tool designed to simplify Git and GitHub workflows. Whether you're a beginner or an advanced user, GitJet streamlines the most common Git operations in a beautiful CLI with a seamless interactive UI. It offers both command-based and menu-driven options, giving you full flexibility.\n\n---\n\n## Features\n\n- **Quick Commit**: Add, commit, and push all changes with one command.\n- **Start Journey**: A beginner-friendly interactive guide to Git.\n- **Start Repo**: Initialize and set up a new Git repository.\n- **Pull Requests**: Create, list, and merge pull requests effortlessly.\n- **Interactive Mode**: Enter an interactive menu to perform Git operations by simply typing and selecting options, no commands required.\n- **Visual Feedback**: Get feedback with beautiful, styled output for better user experience.\n\n---\n\n## Installation\n\nInstall GitJet globally via npm:\n\n```bash\nnpm install -g gitjet\n```\n\n---\n\n## Usage\n\nOnce installed, GitJet can be used through commands or by simply typing `gitjet` to enter interactive mode.\n\n### 1. Enter Interactive Mode (Default)\n\nIf you simply type `gitjet` without any additional commands, the tool will start in an interactive mode where you can select actions from a menu instead of typing commands manually.\n\n```bash\ngitjet\n```\n\n### 2. Start Journey (Perfect for Beginners)\nStart your Git journey with an interactive guide.\n\n```bash\ngitjet journey\n```\n\n### 3. Quick Commit\nAdd, commit, and push all changes with a single command. You can optionally add a commit message using the `-m` flag.\n\n```bash\ngitjet quickcommit -m \"Your commit message\"\n```\n\n### 4. Start Repo\nInitialize a new repository in the current directory.\n\n```bash\ngitjet start\n```\n\n### 5. Manage Pull Requests\nCreate, list, or merge pull requests.\n\n- **Create a PR**:\n\n```bash\ngitjet pr --create\n```\n\n- **List PRs**:\n\n```bash\ngitjet pr --list\n```\n\n- **Merge a PR**:\n\n```bash\ngitjet pr --merge \u003cpr_number\u003e\n```\n\n---\n\n## Example Workflow\n\nHere is an example of a typical workflow with GitJet:\n\n1. Start your Git journey if you're new to Git:\n   ```bash\n   gitjet journey\n   ```\n\n2. Make changes to your repository.\n\n3. Commit and push changes with:\n   ```bash\n   gitjet quickcommit -m \"Fixed issue #123\"\n   ```\n\n4. Create a pull request with:\n   ```bash\n   gitjet pr --create\n   ```\n\n5. Manage other pull requests with:\n   ```bash\n   gitjet pr --list\n   gitjet pr --merge 1\n   ```\n\n---\n\n## Contributing\n\nGitJet is open-source, and contributions are welcome! If you'd like to contribute, feel free to fork the repository and submit a pull request. Please follow the standard Git workflow for contributing.\n\n---\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\n## Acknowledgements\n\nGitJet was created with ❤️ by [Suhaib](https://github.com/Suhaib3100).\n\n---\n\n## Installation and Setup Notes\n\n- Ensure you have Node.js and npm installed.\n- GitJet uses `simple-git` for Git operations, `chalk` for terminal colors, and `ora` for spinner effects to enhance the user experience.\n\n---\n\n### Example Output for Quick Commit:\n\n```\nProcessing quick commit...\nAdding changes...\nStaged files: [\"src/index.js\", \"src/utils.js\"]\nCommitting changes...\nChanges successfully committed and pushed!\n```\n\n---\n\nEnjoy using **GitJet** and simplify your Git workflow with style! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuhaib3100%2Fgitjet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuhaib3100%2Fgitjet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuhaib3100%2Fgitjet/lists"}