An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

radic-cli
==========
[![Build Status](https://secure.travis-ci.org/RobinRadic/radic-cli.svg?branch=master)](https://travis-ci.org/RobinRadic/radic-cli)
[![GitHub version](https://badge.fury.io/gh/robinradic%2Fradic-cli.svg)](http://badge.fury.io/gh/robinradic%2Fradic-cli)
[![Goto documentation](http://img.shields.io/badge/goto-documentation-orange.svg)](http://robinradic.github.io/radic-cli)
[![Goto repository](http://img.shields.io/badge/goto-repository-orange.svg)](https://github.com/robinradic/radic-cli)
[![License](http://img.shields.io/badge/license-MIT-blue.svg)](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/)