{"id":15297195,"url":"https://github.com/rampa2510/gitesy","last_synced_at":"2026-04-02T02:44:38.958Z","repository":{"id":42118761,"uuid":"186174277","full_name":"rampa2510/gitesy","owner":"rampa2510","description":"A nodejs based cli which automates the creation of a local as well as remote repo on the code hosting websites","archived":false,"fork":false,"pushed_at":"2023-01-03T21:46:35.000Z","size":1151,"stargazers_count":4,"open_issues_count":34,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-18T23:56:13.813Z","etag":null,"topics":["cli","command-line-tool","javascript","node-js","nodejs","terminal"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/gitesy","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/rampa2510.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-11T19:35:40.000Z","updated_at":"2024-09-15T07:21:13.000Z","dependencies_parsed_at":"2023-02-01T10:30:31.476Z","dependency_job_id":null,"html_url":"https://github.com/rampa2510/gitesy","commit_stats":null,"previous_names":["ram2510/gitesy"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rampa2510/gitesy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rampa2510%2Fgitesy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rampa2510%2Fgitesy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rampa2510%2Fgitesy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rampa2510%2Fgitesy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rampa2510","download_url":"https://codeload.github.com/rampa2510/gitesy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rampa2510%2Fgitesy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266120319,"owners_count":23879297,"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","command-line-tool","javascript","node-js","nodejs","terminal"],"created_at":"2024-09-30T19:15:37.165Z","updated_at":"2026-04-02T02:44:38.922Z","avatar_url":"https://github.com/rampa2510.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003c!-- \u003ccenter\u003e --\u003e\n\u003cp align=\"center\"\u003e\u003cimg src=\"./files/LogoMakr_4LW8VJ.png\" /\u003e\u003c/p\u003e\u003c!-- \u003c/center\u003e --\u003e\n\n# GITESY\n\n\u003e Automate your git workflow!!!\n\n\u003e Gone are the days when you used to create local and remote repo seperately\n\n\u003e Git , Github\n\n[![GitHub API](https://img.shields.io/badge/GitHub-API-teal.svg?style=flat\u0026logo=github)](https://developer.github.com/v3/) [![GitHub gitesy](https://img.shields.io/badge/gitesy-blue.svg?style=flat\u0026logo=github)](https://gitesy.com/) [![Known Vulnerabilities](https://snyk.io/test/github/ram2510/gitesy/badge.svg?targetFile=package.json)](https://snyk.io/test/github/ram2510/gitesy?targetFile=package.json) \n[![HitCount](https://hits.dwyl.com/ram2510/gitesy.svg)](https://hits.dwyl.com/ram2510/gitesy)\n[![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/ram2510)\n\n- devDependencies - ![David](https://img.shields.io/david/dev/ram2510/gitesy.svg?style=flat-square)\n- license - [![GitHub license](https://img.shields.io/github/license/ram2510/gitesy.svg?style=flat\u0026logo=github)](https://github.com/ram2510/gitesy/blob/master/LICENSE)\n\n\u003chr\u003e\n\n\n![gitesy demo](files/gitesy.gif)\n\n## Table of Contents \n\n\n- [GITESY](#gitesy)\n  - [Table of Contents](#table-of-contents)\n  - [Example](#example)\n  - [Installation](#installation)\n    - [Clone](#clone)\n  - [Features](#features)\n  - [Usage](#usage)\n    - [Create a new repo](#create-a-new-repo)\n    - [Add a new template](#add-a-new-template)\n  - [Contributing](#contributing)\n    - [Prerequisites](#prerequisites)\n    - [Step 1](#step-1)\n    - [Step 2](#step-2)\n    - [Step 3](#step-3)\n    - [Ways to contribute](#ways-to-contribute)\n  - [Future plans](#future-plans)\n  - [Note -](#note)\n\n   - [Future plans](#future-plans )\n\n---\n\n## Example \n\n```\ngitesy -n \u003cnameOfTheRepo\u003e \n\n```\n\n---\n\n\n## Installation\n\nType this in your command prompt/terminal\n\n```\nnpm i gitesy -g\n```\n\nplease note - Install this as a global package otherwise this may not work as expected\n\n---\n\n### Clone\nTo clone this repo use\n\n```\ngit clone https://github.com/ram2510/gitesy.git\n```\n\nWhen you clone this repo this is how your directory should look like\n  ```\n .\n├── coverage\n├── files\n├── index.js\n├── lib\n├── LICENSE\n├── node_modules\n├── package.json\n├── package-lock.json\n├── README.md\n└── templates\n  ```\n\n\n## Features\n\nYou can now create local as well as remote repo with a single command also you can use templates OR create your own template and add them \nso that you can use it later \n\n## Usage \n\n### Create a new repo\n- To create a local and remote repo use gitesy -n command with the name of the repo\n  ```\n  gitesy -n test\n  ```\n\n- After which if you are using this for the first time you will see a prompt for entering your credentials like this\n  \n  ![creds demo](files/creds.png)\n\n  Enter them and then you will get prompts asking details of the repo fill them and then it will automatically create the repo. Then you will get the message and start working on the project !!!!\n  \n - If you are not using this for the first time you will see a prompt asking whether gitesy can use creds you entered previously\n\n\n### Add a new template\n- To Add a template create a template add the features and then use this command from the same directory\n  ```\n  gitesy -a \u003cnameOfTheTemplate\u003e\n  ```\n  ![create template demo](files/template.gif)\n\n\n---\n\n## Contributing\n\n\u003e You can contribute to this project in various ways but let us follow the steps\n\n### Prerequisites\n\u003e Install standard npm package you can learn more about it [here](https://standardjs.com)\n```\nnpm install standard -g\n```\n\u003e check whether the package is currently installed or not by using the command\n```\nstandard -h\n```\n\n### Step 1\n\n- **Option 1**\n    - 🍴 Fork this repo!\n\n- **Option 2**\n    - 👯 Clone this repo to your local machine using `https://github.com/ram2510/gitesy.git`\n\n### Step 2\n\n- **HACK AWAY!** 🔨🔨🔨\n\n### Step 3\n- run the command ```npm run lint ``` which will run the standard --fix command as the script is mentioned in the package.json file. This will run the linter.\n- 🔃 Create a new pull request using \u003ca href=\"https://github.com/ram2510/gitesy/compare/\" target=\"_blank\"\u003e`https://github.com/ram2510/gitesy/compare/`\u003c/a\u003e.\n\n\n### Ways to contribute\n- Fix typo,\n- Add documentation\n- Add more templates. I am more experienced in node so i created node templates you can add other language templates and create a pr but please make the template in such a way that it tries to cover all genral cases\n\n---\n\n## Future plans \n- [ ] Add suport for bitbucket and gitlab \n- [ ] I am planning a feature where you can edit your package.json in your command line so that you don't need to configure it again\n\n---\n## Note - \nIf you are on a windows machine and you get an error stating that gitesy is not an internal recognised command you need to change your path to ```C:\\Program Files\\nodejs``` from ```C:\\Users(your username)\\AppData\\Roaming\\npm```. If the error still persists feel free to contact me\n\n\n![Twitter Follow](https://img.shields.io/twitter/follow/ram2510_.svg?label=Follow\u0026style=social)\n [![linkedin](https://img.shields.io/badge/connect%20with%20me-linkedIn-green.svg?style=for-the-badge\u0026logo=appveyor)](https://www.linkedin.com/in/ram2510) [![GMAIL](https://img.shields.io/static/v1.svg?label=send\u0026message=iamram2510@ieee.org\u0026color=red\u0026logo=gmail\u0026style=social)](https://www.github.com/ram2510) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frampa2510%2Fgitesy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frampa2510%2Fgitesy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frampa2510%2Fgitesy/lists"}