New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

create-remote-repo

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-remote-repo

Create GitHub repo from Command-line

latest
Source
npmnpm
Version
1.4.2
Version published
Maintainers
1
Created
Source

create-remote-repo npm version Build Status

Create GitHub repo from Command-line

🙋‍♂️ Made by @abhijithvijayan

Donate: PayPal, Patreon

Buy Me a Coffee

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

Keywords

cli

FAQs

Package last updated on 03 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts