Skip to content

Commit a7cf09d

Browse files
authored
Merge pull request #12 from thetnaingtn/support-npm
Release NPM package
2 parents e7c5f84 + 687b58d commit a7cf09d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,18 @@
1212
```sh
1313
brew install thetnaingtn/tap/forky
1414
```
15-
then
15+
### npm
16+
If you are a Node.js developer and Node.js is already installed on your system? Perfect! **forky** also available as **npm** package
17+
```sh
18+
npm install -g forkyy
19+
```
20+
> Yes, you are right! The package name has an extra `y`. That is because the name `forky` is already taken by another package.
21+
## Usage
1622
```sh
1723
forky --token `your github token`
1824
```
1925
## Keymaps
20-
You can use following keys to interact with **forky**
26+
You can use the following keys to interact with **forky**
2127
| Key | Description |
2228
|:-----------------|:--------------------------------------------|
2329
| <kbd>a</kbd> | Select all forks |

0 commit comments

Comments
 (0)