0.5.0 • Published 8 years ago

arrakis-core v0.5.0

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
8 years ago

Arrakis

A command line executer for indipendent Projects node.

NPM Version

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

0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.1.0

8 years ago