Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/devanshu-17/caliex
- Owner: Devanshu-17
- License: mit
- Created: 2023-05-03T11:49:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-13T20:28:47.000Z (over 1 year ago)
- Last Synced: 2024-11-07T02:12:15.121Z (about 2 months ago)
- Topics: cli, collaborate, command-line-tools, communityexchange, github, github-api, github-codespaces, javascript, nodejs
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/caliex
- Size: 4.02 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
[![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!