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

cgr-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cgr-cli

CLI tool for creating Github repos easily from the comfort of your terminal.

latest
Source
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

Create Github Repository CLI

Creates repositories both locally and in Github and links them together with one simple command.

Setup

An environment variable CGR_AUTH with Github username and personal access token is necessary for running this CLI.
If for example your repositories are all inside one folder you can have a .env file there.

Variable should look like:

CGR_AUTH=<github-username>:<personal-access-token-with-repo-scope>

Usage

npm i -g cgr-cli
cgr-cli <new-repository-name>

or

npx cgr-cli <new-repository-name>

Keywords

github

FAQs

Package last updated on 29 Jan 2022

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