Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/squallstar/bancha.js

This is a port of Bancha CMS written in Node.js
https://github.com/squallstar/bancha.js

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# Bancha.js

This is a port of [Bancha CMS](https://github.com/squallstar/bancha) for **Node.js**. Currently under heavy development, not for use yet.

# Basic usage

```
npm install bancha --save
```

```javascript
var bancha = require('bancha');

bancha().start(function () {
console.log('Yipee!');
});
```