Commit Graph

29 Commits

Author SHA1 Message Date
edgarsilva b059d765ec Remove unnecessary requrie 'fs'. 2014-02-28 15:32:06 -06:00
edgarsilva 3831c8ab50 Fixes issue with only the last external command being registered. 2014-02-28 15:30:07 -06:00
edgarsilva 8409661179 Remove old registering process. 2014-02-27 21:33:54 -06:00
edgarsilva 604f57afd9 WIP on updating register commands to use globule. 2014-02-27 21:28:14 -06:00
edgarsilva 4cc5597539 Updated adaptors route to point to lib instead of src. 2014-02-27 14:55:42 -06:00
edgarsilva 655e7c5613 WIP on migrating cylon-cli to pure js. 2014-02-27 14:39:54 -06:00
edgarsilva 3d4ccfb173 Added new 'cylon bluetooth scan' command. 2014-02-14 13:00:12 -06:00
edgarsilva 80a3e915b5 Fixes mispelling of establishes. 2014-02-13 17:45:25 -06:00
Ron Evans 01a037cd79 Merge pull request #92 from hybridgroup/caffeinated-cli-cmds
Caffeinated cli cmds
2014-02-04 08:40:34 -08:00
Edgar O Silva 60e3ff2bb3 Changed commands to use coffee by default and added new cylon-process class. 2014-02-01 16:42:32 -06:00
Ron Evans 2f7719cf28 Merge pull request #90 from hybridgroup/change-sys-print
Changes sys.print for console.log
2014-01-31 22:35:47 -08:00
Edgar O Silva 2fb2aeb953 Changes sys.print for console.log 2014-01-31 23:11:08 -06:00
Andrew Stewart 8eef83b3af Remove unnecessary lines and correct variable scope 2014-01-31 11:54:58 -08:00
Edgar O Silva 3dd0870ff6 Remove debug comments. 2014-01-31 13:34:52 -06:00
Edgar O Silva 13b185c23e Fixes registration of external commands. 2014-01-31 13:32:49 -06:00
Edgar O Silva 66b0a29292 Removed firmata commands from cylon and update command list. 2014-01-30 19:54:19 -06:00
Edgar O Silva 73fe96ea9c WIP on adding upload firmata command to cylon. 2014-01-30 14:13:06 -06:00
Edgar O Silva 7eb6235239 Change all connect, pair and unpair as bluetooth subcommands. 2014-01-29 16:12:40 -06:00
Edgar O Silva 82627351e8 Updated commands to connect serial and bluetooth pair|unpair. Also updated connect serial child process to inherit stdio pipes. 2014-01-29 15:46:23 -06:00
Edgar O Silva 01d68bd74e Updated scan serial commands and connect-to-serial description. 2014-01-29 13:54:09 -06:00
Edgar O Silva 3d2895e9eb Added new pari, unpair, connect-to-serial commands and updated standard IO pipes when executing interacting commands. 2014-01-29 10:50:25 -06:00
Edgar O Silva e2ee760663 WIP on commands changes. 2014-01-28 11:17:02 -06:00
Edgar O Silva 3fde2c9a36 Fix bugs and updated feedback messages. 2014-01-24 18:04:21 -06:00
Edgar O Silva 1e22a3e63b WIP on scan command. 2014-01-24 17:57:34 -06:00
Adrian Zankich f174386672 Fix cylon command issue if no node_modules directory is present 2014-01-21 00:57:56 -08:00
Andrew Stewart 23f1c0da48 Allow for passing arguments to subcommands 2014-01-14 09:54:06 -08:00
Andrew Stewart 8e6c9193c3 Load commands from cylon modules, if they're present 2014-01-13 16:03:38 -08:00
Andrew Stewart 519ce65d01 Templating for generating adaptors in place 2013-12-03 13:08:24 -08:00
Andrew Stewart 40434a0eb5 Basic adaptor generation
Adds a `cylon` script, build with Commander.js. Only functionality right now is
to generate adaptors, still need to determine what files are necessary for new
adaptors and to add templating.
2013-12-02 17:11:56 -08:00