telescope-cli
v0.2.1
Published
A command-line tool for managing your Telescope app.
Downloads
9
Readme
telescope-cli
A command line tool for managing your Telescope (Meteor.js) app.
This tool is currently under development and is in alpha state. More information coming soon.
Installation
npm install -g telescope-cli
Usage
telescope create someName
The above command creates a new Meteor app and installs all of the default Telescope packages.
Misc
telescope --help
Usage: telescope <command>
Commands:
create <name> Create a new Telescope app
add <pkg> Add an optional Telescope package
remove <pkg> Remove an optional Telescope package
list List optional Telescope packages
update Update all packages
Options:
-h, --help output usage information
-V, --version output the version number