wender / seneca-data-editor

Visual data editor for Seneca-based systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seneca-data-editor

An visual data editor plugin for the Seneca toolkit

This module can be used in a standalone fashion, but is most often used with the seneca-admin plugin to provide a administrative interface for editing all the data in your system. Inspired by the Django admin interface.

See seneca-mvp for a usage example.

Support

If you're using this module, feel free to contact me on twitter if you have any questions! :) @rjrodger

Current Version: 0.2.0

Tested on: Node 0.10.36, Seneca 0.6.1

Install

npm install seneca
npm install seneca-data-editor

Usage

To load the plugin:

seneca.use('data-editor', { ... options ... })

To isolate logging output from the plugin, use:

node your-app.js --seneca.log=plugin:data-editor

For more logging options, see the Seneca logging tutorial.

Test

npm test

About

Visual data editor for Seneca-based systems


Languages

Language:JavaScript 97.2%Language:CSS 2.2%Language:HTML 0.6%