Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/icaliman/d-command-line
- Owner: icaliman
- Created: 2014-04-11T17:21:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-11T20:20:50.000Z (over 10 years ago)
- Last Synced: 2024-10-31T11:04:29.494Z (14 days ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-derby - d-command-line - Command line Derby component (Components)
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
```