A command line interface for the golem R package.
Install globally
npm install -g golem-cmd
Create an app.
golem-cmd create myapp
Add a module (from root of golem app)
golem-cmd module module_name
Start app (from root of golem app)
golem-cmd start
golem-cmd favicon rm
golem-cmd favicon add /path/to/favicon.ico
golem-cmd js file fileName
golem-cmd js handler handlerName
golem-cmd css fileName