Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-09T03:50:56.000Z (about 5 years ago)
- Last Synced: 2024-10-28T19:22:54.469Z (about 2 months ago)
- Topics: cli, foundation, javascript, openjs, openjs-foundation, openjsf
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 6
- Watchers: 2
- 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/).