Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sneezry/node-github-issue
https://github.com/sneezry/node-github-issue
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sneezry/node-github-issue
- Owner: Sneezry
- License: mit
- Created: 2018-03-02T04:49:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-31T16:41:11.000Z (about 6 years ago)
- Last Synced: 2024-04-14T19:03:08.329Z (7 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.