- Notifications
You must be signed in to change notification settings - Fork19
Basic setup to use the Coderockr Way methodology
License
Coderockr/coderockr-way-github-setup
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Using this script your project will be bootstraped with the basic labels needed to control your issues according with theCoderockr Way methodology
You can take a look here:https://github.com/coderockr/coderockr-way-github-setup/labels
We now support setting up projects onGitHub andGitLab, click in the links to see more.
This repository has a script namedcoderockr-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-setupType your Github username: lucassabreuType your Github password (won't be shown):
- Or youinstall into your machine and run it directly 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
If you're using github token you must set the environment variableGITHUB_TOKEN
, then the script will ignore and won't ask for your username and password
Much like the GitHub script, this repository has a script namedcoderockr-way-gitlab-setup.bash
and there are two ways to use it.
- Just run it directly from GitHub using cURL, a GitLabpersonal token and projects name (owner/project) will be asked:
$ bash -c"$(curl -sL https://raw.githubusercontent.com/coderockr/coderockr-way-gitlab-setup/master/coderockr-way-gitlab-setup.bash)"Type your GitLab repository name (owner/repo_name): coderockr/awesome-projectType your GitLab Private-token:<private-token>
- Or, afterinstalling it, you can run it directly with parameters (or not and they will be asked as if you were running from GitHub)
Usage:./coderockr-way-gitlab-setup.bash --token gitlab-private-token [-u http://gitlab.example.com] owner/repo
--help, -h Show this help --token, -t GitLab Private-Token (defaults to $GITLAB_TOKEN) --url, -u GitLab base URL (defaults to $GITLAB_URL or https://gitlab.com) --verbose, -v Details process
To install into your machine just run the commands bellow, and then use the commandcoderockr-way-github-setup
orcoderockr-way-gitlab-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
curl -sL"https://raw.githubusercontent.com/coderockr/coderockr-way-github-setup/master/coderockr-way-gitlab-setup.bash" -o"/usr/local/bin/coderockr-way-gitlab-setup"chmod a+x /usr/local/bin/coderockr-way-gitlab-setup
About
Basic setup to use the Coderockr Way methodology
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Contributors4
Uh oh!
There was an error while loading.Please reload this page.