1.0.13 • Published 2 years ago

start-repo v1.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

start-repo

npm

Quickly create a local git project connected to github. The first time your run start-repo you'll have to follow the steps to connect your github account.

Installation

using npm

npm install -g start-repo

using yarn

yarn global add start-repo

Usage

run the following commands while in a project directory

  • passing an argument (recommended)
start-repo my-project
  • without argument
start-repo
ArgumentWhat it does
-logoutclears local access token
-ccreates a folder

then follow the steps that follow to initialize a new project

Contributing

  • Fork it
  • Create your feature branch git checkout -b my-feature-name
  • Test your code with npm link and then npm link start-repo in the directory you would like to test the code
  • Run the test code. to run the test simply enter start-repo while in your testing project directory
  • Commit your changes git commit -am 'added a feature'
  • Push the branch git push origin my-feature-branch
  • Submit a pull request

Licence

This project is under the MIT Licence

Author

npm.io

1.0.11

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago