Skip to content

This is a port of Bancha CMS written in Node.js

Notifications You must be signed in to change notification settings

squallstar/bancha.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a port of Bancha CMS written in Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published