web interface for mogs
$ cd moghub/
$ node app.js
Configuration is readed from ~/.moghub.json
.
Example:
{
"port": 7654,
"mogs": {
"doc": {
"title": "Dev Docs",
"path": "~/doc"
},
"home": {
"title": "Home Docs",
"path": "~/Desktop/Documents"
},
"todo": {
"title": "To-Do List",
"path": "~/todo"
}
}
}
$ git clone https://github.com/pfraces/moghub.git
$ cd moghub/
$ npm install