Skip to content

A simple package developed using NodeJs and Github API in order to interact with Github right from the terminal

License

Notifications You must be signed in to change notification settings

Devanshu-17/Caliex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caliex

A simple package developed using NodeJs and Github API in order to interact with Github right from the terminal

app-screen

npm   GitHub release (latest by date)

Features

  • Create and Delete Github Repositories right from your terminal
  • Additional option to specify different types of License

Prerequisites:

  1. Install git
  2. create a ~/.bash_profile in your Home Directory

Installation

Install via NPM:

npm install caliex

Usage:

caliex <command> [options]

Commands:

- Set your Github access token

  caliex set-token <token>           

- Create a new Github repository

  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>

- List all Github repositories

  caliex list-repos                  

- Delete a Github Repository

  caliex delete-repo <owner> <repo>

- Get Github Repository URL

  caliex get-repo-url <repo_name> 

Options:

  -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]

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Licence

Contributing:

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.

Author

Devanshu-17

Contact:

If you have any questions or concerns about Caliex, please contact us at [email protected]. We appreciate your feedback and will do our best to respond as soon as possible.

Thank you for choosing Caliex!