- Notifications
You must be signed in to change notification settings - Fork1
Cylon.js Command Line Interface
License
hybridgroup/cylon-cli
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 loveGort, 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 acylon
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 tohttps://github.com/hybridgroup/cylon/blob/master/CONTRIBUTING.md.
For the release history, please go tohttps://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 theLICENCE
file.
About
Cylon.js Command Line Interface