create-repo

v1.5.4
Creates GH repo using name/description from package.json, from init to push.
automagic automatic git github repo repository

create-repo

create-repo on npm

Set up a new GitHub repo.

  • Runs git init, if not already in a git repo.
  • Reads the name and description from your package.json, if present.
    • (Takes arguments, optionally, to override those.)
  • Creates new repo on GitHub, adds it as a remote.
  • Adds all files, commits, sets origin upstream.
  • Pushes to your new repo on GitHub.

Installation & Usage

  • npm i -g create-repo

  • create-repo will read your package.json and use that name and description.

  • You can pass values to use, instead: create-repo --name some-name --description 'some description'.

  • Forked from this.

  • License: MIT

  • Issues and PRs very welcome.

npm i create-repo

Metadata

  • MIT
  • Whatever
  • Zac Anger
  • released 7/8/2016

Downloads

Maintainers