https://github.com/cutenode/openjs-cli
🔗A CLI to easily access the websites, GitHub organizations, and good first issues of OpenJS Foundation projects.
https://github.com/cutenode/openjs-cli
cli foundation javascript openjs openjs-foundation openjsf
Last synced: 10 months ago
JSON representation
🔗A CLI to easily access the websites, GitHub organizations, and good first issues of OpenJS Foundation projects.
- Host: GitHub
- URL: https://github.com/cutenode/openjs-cli
- Owner: cutenode
- License: mit
- Created: 2019-08-07T20:23:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-09T03:50:56.000Z (over 6 years ago)
- Last Synced: 2025-08-24T20:42:14.792Z (11 months ago)
- Topics: cli, foundation, javascript, openjs, openjs-foundation, openjsf
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# openjs-cli
A CLI to easily access the websites, GitHub organizations, and good first issues of OpenJS Foundation projects.
## Usage
Via npx:
```bash
npx openjs-cli
```
Via global install:
```bash
npm i -g openjs-cli
openjs
```
## Purpose
Provide easy access to useful resources for each of the OpenJS Foundation projects.
## Current Status
### Projects Implemented
- [x] Impact Project
- [x] Growth Projects
- [x] At-Large Projects
### Features implemented
- [x] Project Selection
- [x] Open URLs
- [ ] Prettify output with colors
### Developer Experience
- [x] Code of Conduct
- [x] LICENSE
- [ ] Tests for `/lib`
## Contributing
Issues and pull requests are more than welcome. This project follows [OPEN Open Source](https://openopensource.org/).