Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/icaliman/d-command-line

Command line component for Derby
https://github.com/icaliman/d-command-line

Last synced: 8 days ago
JSON representation

Command line component for Derby

Awesome Lists containing this project

README

        

d-command-line
==================

Command line Derby component.

# Usage
[Example usage](http://github.com/icalimen/derby-examples/cmd)

## In your template
```

```
## In your app script
```
app.proto.newCommand = (command, callback) ->
try
callback null, eval(command)
catch error
callback error.message
```