Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devanshu-17/caliex

A simple package developed using NodeJs and Github API in order to interact with Github right from the terminal
https://github.com/devanshu-17/caliex

cli collaborate command-line-tools communityexchange github github-api github-codespaces javascript nodejs

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

## Caliex

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


app-screen

[![npm](https://img.shields.io/npm/dt/caliex.svg)](https://www.npmjs.com/package/caliex)   ![GitHub release (latest by date)](https://img.shields.io/github/v/release/Devanshu-17/Caliex)

## 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:

```bash
npm install caliex

```

## Usage:

```bash
caliex [options]
````

## Commands:

#### - Set your Github access token
```bash
caliex set-token
```
#### - Create a new Github repository
```bash
caliex create-repo
```
- You can also use the "-r" and "-l" option to create a readme and license file respectively:
```bash
caliex create-repo -r -l
```
#### - List all Github repositories
```bash
caliex list-repos
```
#### - Delete a Github Repository
```bash
caliex delete-repo
```
#### - Get Github Repository URL
```bash
caliex get-repo-url
```

## Options:
```bash
-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](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)](./LICENSE)

## 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](https://github.com/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!