1.4.2 • Published 4 years ago

create-remote-repo v1.4.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

create-remote-repo npm version Build Status

Create GitHub repo from Command-line

Install

Ensure you have Node.js 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 --help

  Create 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 0

  Examples
		$ create-remote-repo test-repo

FAQ

Generate new token

Goto Personal access tokens

Why do I need a token?

  • For unauthenticated requests, the rate limit is 60 requests per hour. see 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

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago