A simple package developed using NodeJs and Github API in order to interact with Github right from the terminal
- Create and Delete Github Repositories right from your terminal
- Additional option to specify different types of License
- Install git
- create a ~/.bash_profile in your Home Directory
Install via NPM:
npm install caliex
caliex <command> [options]
caliex set-token <token>
caliex create-repo <name>
- You can also use the "-r" and "-l" option to create a readme and license file respectively:
caliex create-repo <name> -r -l <license_name>
caliex list-repos
caliex delete-repo <owner> <repo>
caliex get-repo-url <repo_name>
-v, --version Show version number [boolean]
-l, --license Add License to the repository [string]
-r, --readme Add README.md file to the repository [boolean]
--help Show help [boolean]
This project is licensed under the MIT License - see the LICENSE.md file for details.
If 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.
If 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.