Commit 431f29e 1 parent fd3b403 commit 431f29e Copy full SHA for 431f29e
File tree 1 file changed +13
-5
lines changed
1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,24 @@ Command line application allowing you to download all issues in the CSV format f
11
11
- [ Node.js] ( https://nodejs.org ) (` v6.10.3 LTS ` )
12
12
- [ Yarn] ( https://yarnpkg.com ) (for development)
13
13
14
- ## Usage
15
-
16
- ### Install app globally
14
+ ## Installation
17
15
18
16
npm install -g git-issues-downloader
19
17
20
- ### Running the app
18
+ ## Ussage
21
19
22
20
git-issues-downloader <repository URL>
23
21
22
+ ### Examples
23
+
24
+ Command prompt will ask for username and password credentials for GitHub
25
+
26
+ git-issues-downloader https://github.com/remoteorigin/git-issues-downloader
27
+
28
+ Example with username and password
29
+
30
+ git-issues-downloader -u <username> -p <username> https://github.com/remoteorigin/git-issues-downloader
31
+
24
32
## Development
25
33
26
34
### Project Setup
@@ -39,7 +47,7 @@ All tests are are written in [Mocha](https://mochajs.org/) and stored in the `te
39
47
40
48
yarn run test
41
49
42
- ### Lintining
50
+ ### Linting
43
51
44
52
Using [ Standard] ( https://github.com/feross/standard ) JavaScript linter & automatic code fixer.
45
53
You can’t perform that action at this time.
0 commit comments