-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
2,639 additions
and
2,501 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
|
||
## Requirements | ||
|
||
- [Node.js](https://nodejs.org) `v8.10.0 LTS` (tested on versions `6`, `7`, `8` and `latest`) | ||
- [Yarn](https://yarnpkg.com) `1.10.1` | ||
- [Node.js](https://nodejs.org) `v10.15.0 LTS` (tested on versions `6`, `7`, `8` and `latest`) | ||
|
||
## Installation | ||
|
||
Via `npm` | ||
|
||
npm install -g git-issues-downloader | ||
|
||
Via `yarn` | ||
|
||
yarn global add git-issues-downloader | ||
|
||
## Usage | ||
|
||
git-issues-downloader <repository URL> | ||
|
@@ -42,24 +35,24 @@ Example with username and password | |
|
||
git clone [email protected]:remoteorigin/git-issues-downloader.git | ||
cd git-issues-downloader | ||
yarn install | ||
npm install | ||
|
||
### Run Project | ||
|
||
yarn start | ||
npm start | ||
|
||
### Tests | ||
|
||
All tests are are written in [Mocha](https://mochajs.org/) and stored in the `test` folder. | ||
|
||
yarn test | ||
npm run test | ||
|
||
### Linting | ||
|
||
Using [Standard](https://github.com/feross/standard) JavaScript linter & automatic code fixer. | ||
|
||
yarn lint | ||
npm run lint | ||
|
||
Automatically fix linting issues | ||
|
||
yarn lint:fix | ||
npm run lint:fix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.