Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sliit-foss/cli-explorer
Find the command you want with just a few clicks
https://github.com/sliit-foss/cli-explorer
Last synced: 26 days ago
JSON representation
Find the command you want with just a few clicks
- Host: GitHub
- URL: https://github.com/sliit-foss/cli-explorer
- Owner: sliit-foss
- License: mit
- Created: 2022-04-10T16:30:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T18:28:01.000Z (4 months ago)
- Last Synced: 2024-08-12T21:12:30.176Z (4 months ago)
- Language: JavaScript
- Homepage: https://sliit-foss.github.io/cli-explorer/
- Size: 1.29 MB
- Stars: 4
- Watchers: 3
- Forks: 22
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - sliit-foss/cli-explorer - Find the command you want with just a few clicks (JavaScript)
README
# CLI-Explorer
### Intro
Inspired by [Sarah Drasner's array explorer](https://github.com/sdras/array-explorer) and [Summitech's GitExplorer](https://github.com/summitech/gitexplorer). CLI Explorer combines the effort of these 2 amazing projects to provide extended support for command line utilities which includes your most beloved frameworks and environments.### Design URL
https://www.figma.com/file/inafOvh0mmsOnZFzQx5gLC/Untitled?node-id=0%3A1### Tech Stack
- React
### Installation
```
yarn (Install all dependencies)yarn start
```### How to Contribute
- Fork the Repository: Create a fork of the repository on GitHub.
- Create a Branch: Make a branch for your feature or bug fix.
- Make Changes: Implement your changes and commit them with clear and concise messages.
- Create a Pull Request: Submit a pull request to the main repository with a description of your changes.