Socket
Socket
Sign inDemoInstall

create-repository

Package Overview
Dependencies
17
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    create-repository

Easily set up a new github repository. Reads the name/description from the package.json file if it's present. Sets origin upstream if it's not already set.


Version published
Weekly downloads
9
increased by800%
Maintainers
1
Install size
1.17 MB
Created
Weekly downloads
 

Readme

Source

create-repository

Easily set up a new github repository. Reads the name/description from the package.json file if it's present. Sets origin upstream if it's not already set.

npm install create-repository -g

Usage

create-repository will try to read package.json and use the name and description properties.

$ create-repository

You can also pass values for name and description.

$ create-repository --name my-new-project --description "That's all I have to say about that"

License

MIT

FAQs

Last updated on 22 May 2015

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc