Cylon.js is a JavaScript framework for robotics and physical computing, built on top of Node.js.
This package provides some ancillary command line tools for Cylon.
These tools are primarily to generate scaffolding for new Cylon-specific projects.
Looking for more a more useful, general purpose robotics CLI tool? Then you'll love Gort, our command-line toolkit for RobotOps.
Want to use Ruby on robots? Check out our sister project, Artoo.
Want to use the Go programming language to power your robots? Check out our sister project, Gobot.
To install the Cylon CLI, use NPM:
$ npm install -g cylon-cli
You'll now have a cylon
executable available:
$ which cylon
/usr/local/bin/cylon
This command will generate a new scaffolded Cylon adaptor/driver module in the specified dir (or the current directory, if one isn't provided.)
It will prompt for confirmation if the specified directory isn't empty.
For our contribution guidelines, please go to https://github.com/hybridgroup/cylon/blob/master/CONTRIBUTING.md.
For the release history, please go to https://github.com/hybridgroup/cylon-cli/blob/master/RELEASES.md.
Copyright (c) 2013-2015 The Hybrid Group.
Licenced under the Apache 2.0 license.
For more details, see the LICENCE
file.