0.0.2 • Published 8 months ago

github-project-exporter v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

github-project-exporter

npm github PRs MIT

A tool to export GitHub Projects to JSON or CSV file format, based on github-project-to-csv by fiedl

Requirements

  1. Install GitHub CLI: brew install gh
  2. Login with gh: gh auth login --scopes "project"

Usage

Without Install

NPM

npx github-project-exporter --project https://github.com/users/MuhAssar/projects/2 --output project.json
# or
npx github-project-exporter --project https://github.com/users/MuhAssar/projects/2 --output project.csv

Yarn

yarn github-project-exporter --project https://github.com/users/MuhAssar/projects/2 --output project.json
# or
yarn github-project-exporter --project https://github.com/users/MuhAssar/projects/2 --output project.csv

PNPM

pnpm github-project-exporter --project https://github.com/users/MuhAssar/projects/2 --output project.json
# or
pnpm github-project-exporter --project https://github.com/users/MuhAssar/projects/2 --output project.csv

Bun

bunx github-project-exporter --project https://github.com/users/MuhAssar/projects/2 --output project.json
# or
bunx github-project-exporter --project https://github.com/users/MuhAssar/projects/2 --output project.csv

With Install

npm i -g github-project-exporter
gpe --project https://github.com/users/MuhAssar/projects/2 --output project.json
# or
gpe --project https://github.com/users/MuhAssar/projects/2 --output project.csv

Further Resources

Contributing

Feel free to submit a pull request for bugs or additions, and make sure to update tests as appropriate. If you find a mistake in the docs, send a PR! Even the smallest changes help.

For major changes, open an issue first to discuss what you'd like to change.

⭐ Found It Helpful? Star It!

If you found this project helpful, let the community know by giving it a star: 👉⭐

Core Team

Other libs from the author

If you enjoy working with TypeScript, we also recommend other libraries by the same author:

0.0.2

8 months ago

0.0.1

8 months ago