1.4.1 • Published 12 months ago

gitarist v1.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Gitarist

A CLI tool to utilize Octokit

Commit everyday does not prove anything

npm version npm bundle size npm download

Installation

npx gitarist setup

Features

  • Multiple useful Github utilities based on Octokit
    • commit automatically
    • clean up stale workflows automatically
    • clean up dummy files automatically
    • pull request
    • merge
    • comment on pull request
    • register issues
    • comment on issues
  • Run cron job using Github Action

Contributing

  1. Fork it
  2. Install dependencies (pnpm install)
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git cz or git commit -am 'feat: added some feature')
  5. Test your changes (pnpm test)
  6. Push to the branch (git push origin my-new-feature)
  7. Create new Pull Request

Quick start

# Rename `.env.example` to `.env` and fill the environment variables
cp .env.example .env

# Install dependencies
pnpm

# In development
pnpm dev

# In production
pnpm build

Testing

We use Jest to write tests. Run our test suite with this command:

pnpm test

Code Style

We use Prettier and tslint to maintain code style and best practices. Please make sure your PR adheres to the guides by running:

pnpm format

and

pnpm lint
1.4.1

12 months ago

1.4.0

12 months ago

1.4.1-0

12 months ago

1.3.1

12 months ago

1.3.0

12 months ago

1.2.10-0

1 year ago

1.2.10

1 year ago

1.2.8

2 years ago

1.2.9

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.1.3

2 years ago

1.2.1

2 years ago

1.1.2

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

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

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.20

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago