0.1.0 • Published 8 years ago

bancha v0.1.0

Weekly downloads
41
License
-
Repository
github
Last release
8 years ago

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!');
});