0.2.8 • Published 4 years ago

robotcat v0.2.8

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
4 years ago

A simple Github repository tool

  • Search: Search and replace in a file and create a new branch
  • Remove: Remove a branch from a repository
  • Create PR: Create a PR from a branch

Basically allows you to script common operations across a lot of repositories without having to clone them locally

Install

npm i -g robotcat

# or use without installing

npx robotcat

🚀 Usage

You will need a github personal access token

GITHUB_TOKEN=123 npx robotcat search -r owner/repo -f .buildkite/pipeline.yml -b master -m 'master - main' -b main -o master main
GITHUB_TOKEN=123 npx robotcat remove owner/repo master
GITHUB_TOKEN=123 npx robotcat pr owner/repo main -b develop -t 'merge main into develop'

Show your support

Give a ⭐️ if this project helped you!

0.2.7

4 years ago

0.2.6

4 years ago

0.2.8

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago