Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sneezry/node-github-issue


https://github.com/sneezry/node-github-issue

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# node-github-issue

```
git clone https://github.com/Sneezry/node-github-issue.git
cd node-github-issue
npm install
```

## Require

```
node index.js
```

or

```
node index.js
```

## Examples

### Export all open issues to issues.csv

```
node index.js Microsoft/vscode-arduino
```

### Export all closed issues to issues.csv

```
node index.js Microsoft/vscode-arduino closed
```

### Export all issues to issues.csv

```
node index.js Microsoft/vscode-arduino all
```

## License

MIT License.