celeri
celeri copied to clipboard
CLI library for node.js
alias for `console.log`, except it should way for any other commands before processing. For example: ``` javascript setTimeout(function() { celeri.log("Some stuff logged after stdin"); }, 0); var input = celeri.prompt(">");...
``` g:\nodejs\dropbox-cli\node_modules\celeri\lib\plugins\help.js:132 if(ops.defaults[op]) { ^ TypeError: Cannot read property '--age' of undefined at Object.cli.addHelp (g:\nodejs\dropbox-cli\node_modules\celeri\lib\plugin \help.js:132:28) at Object.cli.option (g:\nodejs\dropbox-cli\node_modules\celeri\lib\plugins argv\index.js:34:27) at Object. (g:\nodejs\dropbox-cli\app.js:4:8) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at...
I just downloaded the examples and I'm trying to get started with Celeri, but it's definitely not working correctly for me. No matter what I type, I always get sent...
Using **[email protected]** Basically, I want to add a `--version` flag, without specifying a command. The README.md file shows the following usage/help: ``` Usage: [command] --arg=value --arg2 ``` Not sure if...
Celeri is great but installing canvas is a mess. So many things to go to install it. Can we remove this dependency and find another way?
Hello, I wanted to install your package but npm fails. On my ubuntu server, I didn't have this package `libcairo2-dev` which is needed for node-canvas. Maybe you should make a...
Ran npm install celeri and got: npm WARN package.json [email protected] No README.md file found! npm ERR! 404 'haba' is not in the npm registry. npm ERR! 404 You should bug...
I tried running some of the examples and got complaints about strscanner. Installing strscanner with npm fixed it so it would appear strscanner is missing from the package.json.