0.2.4 • Published 11 years ago
parse-cli v0.2.4
parse-cli
Parse Command Line Tools in Node
A UNOFFICIAL port of the official Parse Command Line tools to nodejs with a local running environment
##Intallation
npm install -g parse-cli
##How to use
parse-cli run [app]Start the local development serverparse-cli install [repo] [target]Install a parse module from a git repo visit parse-module and parse-require for more informationsparse-cli newCreates a new parse application folder with express app and ejsparse-cli push [app]Push your code to the parse serverparse-cli develop appPush your code and tail the logsparse-cli log -f -n 100 [app]Remote log
Happy Parsing!