README
Arrakis
A command line executer for indipendent Projects node.
require('arrakis');
var cmd = 'echo "this text is printed by arrakis"';
console.log(Arrakis.exec(cmd)); // -> this text is printed by arrakis
Table of Contents
Introduction
Arrakis is an independent command shell from operating sistem. Its purpose is to give a better versatility to some interfaces, in order to help developers with their projects.
Installation
$ npm install arrakis-core
Todo
- Command Syntax Customization