Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Coderockr/coderockr-way-github-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Coderockr Way Github Setup

Using this script the GitHub project will setup it to add the basic labels needed to control your issues according with the Coderockr Way methodology

You can take a look here: https://github.com/coderockr/coderockr-way-github-setup/labels

How to use

This repository has a script named coderockr-way-github-setup.bash there are two ways to use it.

You could just call it direct from GitHub using cURL, and it will ask you the info to updated your repository:

$ bash -c "$(curl -sL https://raw.githubusercontent.com/coderockr/coderockr-way-github-setup/master/coderockr-way-github-setup.bash)"
Type your Github repository name (owner/repo_name): lucassabreu/coderockr-way-github-setup
Type your Github username: lucassabreu
Type your Github password (won't be shown):

Or you install into your machine and run it directaly setting parameters (or not and it will be asked as shown before):

Usage: coderockr-way-github-setup -u githubUser -p githubPassword owner/repo

    --user, -u      GitHub username
    --password, -p  GitHub password
    --verbose, -v   Details process

Install

To install into your machine just run the commands bellow, and then use the command coderockr-way-github-setup.

curl -sL "https://raw.githubusercontent.com/coderockr/coderockr-way-github-setup/master/coderockr-way-github-setup.bash" -o "/usr/local/bin/coderockr-way-github-setup"
chmod a+x /usr/local/bin/coderockr-way-github-setup

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages