0.0.2 • Published 1 year ago

caliex v0.0.2

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Caliex

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

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 devanshumahapatra17@gmail.com. We appreciate your feedback and will do our best to respond as soon as possible.

Thank you for choosing Caliex!

0.0.2

1 year ago

0.0.1

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago