File tree Expand file tree Collapse file tree 4 files changed +2630
-2490
lines changed Expand file tree Collapse file tree 4 files changed +2630
-2490
lines changed Original file line number Diff line number Diff line change 44 - linux
55 - osx
66node_js :
7- - 8
8- - 7
97 - 6
10- - node
8+ - 8
9+ - " 10.15.0"
1110before_install :
12- - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.1
13- - export PATH=$HOME/.yarn/bin:$PATH
14- - yarn global add greenkeeper-lockfile@1
15- install :
16- - yarn install --ignore-engines
17- cache :
18- yarn : true
11+ - npm install -g greenkeeper-lockfile
1912before_script : greenkeeper-lockfile-update
2013after_script : greenkeeper-lockfile-upload
2114after_success :
22- - yarn cover
23- - ./node_modules/.bin/ codecov
15+ - npm run cover
16+ - npx codecov
2417env :
2518 global :
2619 secure : eGptEeBpj9rsGNLF6cqvXsclE6QBCWABReVPq5ueQ0LqeE8/bXKKDoIWSkFL105Zk0grqUiMRESfIr7CWFyFlT75MhE1/QfKsGtNtJoZ4FQMb/a85VjQLBWEX9Nr34+R+FMv3a2HY49SuFhFcyndSbPZ4vc3lV48+gV/QzbKT2vNSjgH2wQrMlqgkg3Sg8sghdaVsKWsd3TxLX+PvfZD23M+bYMf1CGO0bub4kUuAZ+EfTi+nVFE5XQVZP5Ln8Ypwy8FyftxBIiYu6DkuXoGoBZxr9Ov70ANCIJeDsAhRioDSJ/33VtgSuBLjEoBgZsrdSet5q95/t4iPdzqfQlqTJvJ1uhwdWP/OdiH6Eip+elLGb4m1xaLMjCyCGY1FL5RnafCYRFsyIZWE2H1qQnOrd4gnfZx03Yrmg6ZnodyqvEp8sVvLxl5aWiiv9QMlTK1s6z23I9g1zx3kYcY0vBvdgEFCG/1vmD0dqK3A3/wr58EVeR01nj+pbqeJtnXk1bu9eTV2p9YpVsHpjM33sqwXtqoPegCGGuAsLyWoszjfK6ZhEMLS7T8Wlf8ECACd60u/5T+d7rOqhfCaCdkXu4kZczpZ9EeFBTpuHPRFDEvTNka35HXoFoY8c0TXY0zE3wSJL7xubKVPO/lFjsPREuQXxTOcSvnNxLQrL4+wjjQW9w=
Original file line number Diff line number Diff line change @@ -9,19 +9,12 @@ Command line application allowing you to download all issues in the CSV format f
99
1010## Requirements
1111
12- - [ Node.js] ( https://nodejs.org ) ` v8.10.0 LTS ` (tested on versions ` 6 ` , ` 7 ` , ` 8 ` and ` latest ` )
13- - [ Yarn] ( https://yarnpkg.com ) ` 1.10.1 `
12+ - [ Node.js] ( https://nodejs.org ) ` v10.15.0 LTS ` (tested on versions ` 6 ` , ` 7 ` , ` 8 ` and ` latest ` )
1413
1514## Installation
1615
17- Via ` npm `
18-
1916 npm install -g git-issues-downloader
2017
21- Via ` yarn `
22-
23- yarn global add git-issues-downloader
24-
2518## Usage
2619
2720 git-issues-downloader <repository URL>
@@ -42,24 +35,24 @@ Example with username and password
4235
4336 git clone [email protected] :remoteorigin/git-issues-downloader.git 4437 cd git-issues-downloader
45- yarn install
38+ npm install
4639
4740### Run Project
4841
49- yarn start
42+ npm start
5043
5144### Tests
5245
5346All tests are are written in [ Mocha] ( https://mochajs.org/ ) and stored in the ` test ` folder.
5447
55- yarn test
48+ npm run test
5649
5750### Linting
5851
5952Using [ Standard] ( https://github.com/feross/standard ) JavaScript linter & automatic code fixer.
6053
61- yarn lint
54+ npm run lint
6255
6356Automatically fix linting issues
6457
65- yarn lint:fix
58+ npm run lint:fix
You can’t perform that action at this time.
0 commit comments