https://github.com/robinradic/radic-cli
CLI module for node
https://github.com/robinradic/radic-cli
Last synced: 2 months ago
JSON representation
CLI module for node
- Host: GitHub
- URL: https://github.com/robinradic/radic-cli
- Owner: RobinRadic
- License: mit
- Created: 2014-10-19T13:38:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-19T08:55:05.000Z (over 11 years ago)
- Last Synced: 2025-02-17T12:03:02.081Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://robinradic.github.io/radic-cli/
- Size: 1000 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
radic-cli
==========
[](https://travis-ci.org/RobinRadic/radic-cli)
[](http://badge.fury.io/gh/robinradic%2Fradic-cli)
[](http://robinradic.github.io/radic-cli)
[](https://github.com/robinradic/radic-cli)
[](http://radic.mit-license.org)
## Description
radic-cli is a NodeJS module that can be embedded into other projects to handle command line input/output.
It consists out of several other modules and brings them together, **the way i want it**. The main focus i have is user interaction like wizards and cli UIs.
So yeah, this is a highly opinionated library. However, it features a plugin like system to extend core functionality, or even extend/alter other plugins.
radic-cli features a stand-alone application next to the embeddable features. The stand alone application can be invoked by the command `radic-cli` and will give you an overview of possible commands.
[Check out the documentation here](http://robinradic.github.io/radic-cli)
License
--------------
Copyright 2014 Robin Radic - [MIT License](http://radic.mit-license.org/)