0.4.2 • Published 2 years ago
@hiraoku/aireview-cli v0.4.2
Installation
npm install -g @hiraoku/aireview-cli※ This section describes how to set up an application that executes commands locally and sends review requests to Slack.
slack-bot handles the processing on the Slack side. see Github for details on how to set up slack-bot and the entire review application.
The review application is a application that allows you to send a review request to Slack.
Initialization
aireview --initExecuting the above command will start the .env configuration. You will be asked to enter information in the form of a question, so please set
SLACK_BOT_TOKEN,SLACK_BOT_ID, andSLACK_CHANNEL_ID, which are information about the destination Slack.
Usage
- Go to the directory where the git managed files reside
- Modify the code and add the file you want to review to staged
- Execute the Aireview command; in the terminal, type aireview.
If successful, review information will be sent to the configured slack
aireview
License
Contact
- Hiraoku Shinichi - s.hiraoku@gmail.com
- Project Link: https://github.com/s-hiraoku/code-review-things