Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhijithvijayan/create-remote-repo-cli
Create GitHub repo from Command-line
https://github.com/abhijithvijayan/create-remote-repo-cli
app cli github node npm repo
Last synced: 15 days ago
JSON representation
Create GitHub repo from Command-line
- Host: GitHub
- URL: https://github.com/abhijithvijayan/create-remote-repo-cli
- Owner: abhijithvijayan
- License: mit
- Created: 2019-11-09T03:35:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-15T15:15:14.000Z (over 2 years ago)
- Last Synced: 2024-10-04T17:25:28.452Z (about 1 month ago)
- Topics: app, cli, github, node, npm, repo
- Language: JavaScript
- Homepage:
- Size: 322 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license
Awesome Lists containing this project
README
# create-remote-repo [![npm version](https://img.shields.io/npm/v/create-remote-repo)](https://www.npmjs.com/package/create-remote-repo) [![Build Status](https://travis-ci.com/abhijithvijayan/create-remote-repo-cli.svg?branch=master)](https://travis-ci.com/abhijithvijayan/create-remote-repo-cli)
> Create GitHub repo from Command-line
🙋♂️ Made by @abhijithvijayan
## Install
Ensure you have [Node.js](https://nodejs.org) 10 or later installed. Then run the following:
```
$ npm install --global create-remote-repo
```If you don't want to install the CLI globally, you can use `npx` to run the CLI:
```
$ npx create-remote-repo --help
```## Usage
```
$ create-remote-repo --helpCreate GitHub repo from Command-line
Usage
$ create-remote-repo [input] [options]Input
[REPO_NAME] Repository Name
Options
-v, --version Show the version and exit with code 0Examples
$ create-remote-repo test-repo
```## FAQ
### Generate new token
Goto [Personal access tokens](https://github.com/settings/tokens)
### Why do I need a token?
- For unauthenticated requests, the rate limit is 60 requests per
hour.
see [Rate Limiting](https://developer.github.com/v3/#rate-limiting)
- The token must be passed together when you want to automatically
create the repository.## Show your support
Give a ⭐️ if this project helped you!
## License
MIT © [Abhijith Vijayan](https://abhijithvijayan.in)