Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadashy committed Dec 25, 2023
1 parent 1e9e572 commit 9c877e7
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Slack Channels Grouping
# <img src="app/images/icon-128.png" height=26> Slack Channels Grouping

Grouping slack channels.

![](./promo/Screenshot_1280x800.png)


[![Chrome Users](https://img.shields.io/chrome-web-store/users/lcbnhfianneihfgkmfncnhpkpghedbkm?logo=google-chrome&logoColor=white)](https://chrome.google.com/webstore/detail/slack-channels-grouping/lcbnhfianneihfgkmfncnhpkpghedbkm) [![Firefox Users](https://img.shields.io/amo/users/slack-channels-grouping?logo=firefox&color=blightcreen)](https://addons.mozilla.org/ja/firefox/addon/slack-channels-grouping/) [![Chrome Web Store](https://img.shields.io/chrome-web-store/v/lcbnhfianneihfgkmfncnhpkpghedbkm?logo=google-chrome&logoColor=white)](https://chrome.google.com/webstore/detail/slack-channels-grouping/lcbnhfianneihfgkmfncnhpkpghedbkm) [![Mozilla Add-on](https://img.shields.io/amo/v/slack-channels-grouping?logo=firefox)](https://addons.mozilla.org/ja/firefox/addon/slack-channels-grouping/)



## Install

- Chrome: [Slack Channels Grouping - Chrome Web Store](https://chrome.google.com/webstore/detail/slack-channels-grouping/lcbnhfianneihfgkmfncnhpkpghedbkm)
Expand All @@ -32,15 +30,15 @@ Grouping slack channels.
- `zh_CN` Chinese - Simplified
- `zh_TW` Chinese - Traditional

# Development
## Development
- Node.js >= v18

## Setup
### Setup
```
$ yarn
```

## Watch and build
### Watch and build
```
yarn dev chrome
yarn dev firefox
Expand All @@ -49,7 +47,7 @@ yarn dev edge
yarn dev safari
```

## Build extension
### Build extension
```
yarn build chrome
yarn build firefox
Expand All @@ -58,7 +56,7 @@ yarn build edge
yarn build safari
```

## Lint codes
### Lint codes
Lint only.
```
yarn lint
Expand All @@ -69,12 +67,12 @@ Lint codes with fix.
yarn lint:fix
```

## Type Checking
### Type Checking
```
yarn type-check
```

## Generate font file for Box-drawing character
### Generate font file for Box-drawing character
```
pip install fonttools
```
Expand All @@ -84,10 +82,10 @@ cd ./tools/font-builder
. build.sh
```

## Show supported browsers
### Show supported browsers
```
yarn supported-browsers
```

# LICENSE
## LICENSE
MIT

0 comments on commit 9c877e7

Please sign in to comment.