{"id":18602219,"url":"https://github.com/devanshu-17/caliex","last_synced_at":"2026-02-21T04:01:11.308Z","repository":{"id":160988963,"uuid":"635756612","full_name":"Devanshu-17/Caliex","owner":"Devanshu-17","description":"A simple package developed using NodeJs and Github API in order to interact with Github right from the terminal","archived":false,"fork":false,"pushed_at":"2023-05-13T20:28:47.000Z","size":4217,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T07:49:40.211Z","etag":null,"topics":["cli","collaborate","command-line-tools","communityexchange","github","github-api","github-codespaces","javascript","nodejs"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/caliex","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/Devanshu-17.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2023-05-03T11:49:18.000Z","updated_at":"2023-07-02T02:12:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"d4bb5adf-132f-41fe-a4d5-5ce11714351b","html_url":"https://github.com/Devanshu-17/Caliex","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Devanshu-17/Caliex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devanshu-17%2FCaliex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devanshu-17%2FCaliex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devanshu-17%2FCaliex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devanshu-17%2FCaliex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Devanshu-17","download_url":"https://codeload.github.com/Devanshu-17/Caliex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devanshu-17%2FCaliex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29672752,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T03:11:15.450Z","status":"ssl_error","status_checked_at":"2026-02-21T03:10:34.920Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","collaborate","command-line-tools","communityexchange","github","github-api","github-codespaces","javascript","nodejs"],"created_at":"2024-11-07T02:10:52.182Z","updated_at":"2026-02-21T04:01:11.264Z","avatar_url":"https://github.com/Devanshu-17.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Caliex\n\nA simple package developed using NodeJs and Github API in order to interact with Github right from the terminal\n\n\u003cp align=\"center\"\u003e\n \u003cimg src=\"https://user-images.githubusercontent.com/93381397/235945837-edbc195c-30c0-4d8d-a850-9152955ae749.png\" alt=\"app-screen\" width=\"800\" height=\"500\" /\u003e\n\u003c/p\u003e\n\n[![npm](https://img.shields.io/npm/dt/caliex.svg)](https://www.npmjs.com/package/caliex) \u0026nbsp; ![GitHub release (latest by date)](https://img.shields.io/github/v/release/Devanshu-17/Caliex)\n\n\n## Features\n\n- Create and Delete Github Repositories right from your terminal\n- Additional option to specify different types of License\n\n\n\n## Prerequisites:\n\n1. Install git\n2. create a ~/.bash_profile in your Home Directory\n\n\n## Installation\nInstall via NPM:\n\n```bash\nnpm install caliex\n\n```\n\n## Usage: \n\n```bash\ncaliex \u003ccommand\u003e [options]\n````\n\n## Commands:\n\n####  - Set your Github access token\n```bash\n  caliex set-token \u003ctoken\u003e           \n```\n####  - Create a new Github repository\n```bash\n  caliex create-repo \u003cname\u003e          \n```\n- You can also use the \"-r\" and \"-l\" option to create a readme and license file respectively:\n```bash\n  caliex create-repo \u003cname\u003e -r -l \u003clicense_name\u003e\n```\n####   - List all Github repositories \n```bash\n  caliex list-repos                  \n```\n####   - Delete a Github Repository\n```bash\n  caliex delete-repo \u003cowner\u003e \u003crepo\u003e\n```\n####   - Get Github Repository URL\n```bash\n  caliex get-repo-url \u003crepo_name\u003e \n```\n\n## Options:\n```bash\n  -v, --version  Show version number                                   [boolean]\n  -l, --license  Add License to the repository                          [string]\n  -r, --readme   Add README.md file to the repository                  [boolean]\n      --help     Show help                                             [boolean]\n```\n\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE.md file for details.\n\n[![Licence](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)](./LICENSE)\n\n## Contributing:\n\nIf you wish to contribute to Caliex, please submit a pull request with your proposed changes. We welcome contributions from the community and will do our best to review and incorporate them into the project.\n\n## Author\n\n[Devanshu-17](https://github.com/Devanshu-17)\n\n## Contact:\n\nIf you have any questions or concerns about Caliex, please contact us at devanshumahapatra17@gmail.com. We appreciate your feedback and will do our best to respond as soon as possible.\n\n### Thank you for choosing Caliex!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevanshu-17%2Fcaliex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevanshu-17%2Fcaliex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevanshu-17%2Fcaliex/lists"}