Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/github/gh-projects
gh-projects
https://github.com/github/gh-projects
gh-extension
Last synced: 4 months ago
JSON representation
gh-projects
- Host: GitHub
- URL: https://github.com/github/gh-projects
- Owner: github
- License: mit
- Archived: true
- Created: 2022-12-29T20:31:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-21T16:36:10.000Z (over 1 year ago)
- Last Synced: 2024-09-25T21:08:35.420Z (4 months ago)
- Topics: gh-extension
- Language: Go
- Homepage:
- Size: 659 KB
- Stars: 88
- Watchers: 129
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-gh-cli-extensions - **projects** - Official extension for managing your github projects. (Github)
README
# CLI extension for Projects
**NOTE: This extension is now part of the GitHub CLI https://cli.github.com/manual/gh_project 🎉**
**All future development and issues will be in https://github.com/cli/cli**
## Installation
Install the CLI
```bash
brew install gh
```Install this extension
```bash
gh extension install github/gh-projects
```## Commands
For more information and a list of available commands
```bash
gh projects -h
```## Additional Resources
- [About Projects](https://docs.github.com/en/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects)
- [About Extensions](https://docs.github.com/en/github-cli/github-cli/creating-github-cli-extensions)
- [Extensions Deep Dive](https://github.blog/2023-01-13-new-github-cli-extension-tools/)## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md)
## Issues
Please open issues at https://github.com/github/gh-projects/issues
## License
This project is licensed under the terms of the MIT open source license. Please refer to [MIT](./LICENSE) for the full terms.
## Maintainers
See [CODEOWNERS](./CODEOWNERS)
## Support
See [SUPPORT](./SUPPORT.md)