github-init-cli

0.6.0 • Public • Published

github-init-cli

Create remote and local git repository

npm package

Install

$ npm install -g github-init-cli

Usage

Log in with your GitHub username and personal access token (will be persisted locally). Make sure that the access token has permissions (repo, delete_repo) to create (required) and delete (optional) repositories.

$ github login <username> <token>

Set custom working directory (default: ~/github)

$ github setwd <path>

Create remote and local git repository

$ github create <name>

If installed, the project will be opened with VS Code.

Contributing

contributions welcome

License

This project is licensed under the MIT license. See the LICENSE file for more info.

/github-init-cli/

    Package Sidebar

    Install

    npm i github-init-cli

    Weekly Downloads

    1

    Version

    0.6.0

    License

    MIT

    Unpacked Size

    9.97 kB

    Total Files

    6

    Last publish

    Collaborators

    • nflaig