vimyblog
v0.3.0
Published
A tiny terminal style blog framework based on node.js
Downloads
48
Readme
VIMyblog
A tiny terminal style blog framework based on node.js
installation
sudo npm install vimyblog -gusage
to start the server
vimyblog start -port <port>to restart the server
vimylog restartto stop the server
vimyblog stopto change username and password of the super user
vimyblog username <username>vimyblog password <password>or
vimyblog username <username> password <password>also, you can set the gravatar email as your avatar
vimyblog gravatar <gravatar email> 