https://github.com/genzrizzcode/simplisticli
A simple CLI with simple commands for your OS' terminal
https://github.com/genzrizzcode/simplisticli
base cli easy-to-understand easy-to-use framework genzrizzcode shell simple terminal-based
Last synced: 25 days ago
JSON representation
A simple CLI with simple commands for your OS' terminal
- Host: GitHub
- URL: https://github.com/genzrizzcode/simplisticli
- Owner: genZrizzCode
- License: mit
- Created: 2025-07-20T21:03:14.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-25T14:59:17.000Z (3 months ago)
- Last Synced: 2025-08-09T16:11:23.508Z (2 months ago)
- Topics: base, cli, easy-to-understand, easy-to-use, framework, genzrizzcode, shell, simple, terminal-based
- Language: JavaScript
- Homepage: https://simplecli.pages.dev
- Size: 39.1 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SimplistiCLI
**simplistiCLI** is an open-source CLI framework designed for building straightforward command-line tools with ease. You are free to fork this project and mold it into your own CLI creation—customize, extend, and make it your own!
## Features
- Minimal, easy-to-understand structure
- Add your own commands by creating files in the `cmds/` directory
- Great starting point for simple, scriptable CLIs
- Open-source and community-friendly## Getting Started
1. **Clone or fork this repository**
2. **Add your commands** in the `cmds/` folder
3. **Run your CLI** with `node index.js [args]` or make it executable as a global tool## Example Usage
```sh
simple Hello
simple help
simple echo Hello, world!
simple cal
simple weather San Francisco
```## Intalling
To install this CLI, run `npm install -g simplisticli` in your terminal or go to [the npm page](https://www.npmjs.com/package/simplisticli)## Websites
- Mainpage: [simplisticli](https://simplisticli.pages.dev)
- Github Repo: [simplistiCLI - Github](https://github.com/genZrizzCode/simplistiCLI)
- npm Package: [simplistiCLI - npm package](https://www.npmjs.com/package/simplisticli)## Contributing
Feel free to open issues or pull requests! This project is meant to be a foundation for your own CLI ideas.## Pull Request Terms
- **Do not add specific, one-off commands.**
- **Pull requests should only improve existing commands or add general-purpose commands that could be useful to many users.**## Roadmap
A version using the [commander](https://www.npmjs.com/package/commander) library for more advanced CLI features is coming soon!---
**License:** MIT