bancha
v0.1.0
Published
Port of Bancha CMS for Node.js
Downloads
17
Readme
Bancha.js
This is a port of Bancha CMS for Node.js. Currently under heavy development, not for use yet.
Basic usage
npm install bancha --save
var bancha = require('bancha');
bancha().start(function () {
console.log('Yipee!');
});