A Seneca.js plugin
![]() |
This open source module is sponsored and supported by Voxgig. |
|---|
This plugin is included with the main seneca module and provides a small set of basic utility action patterns.
If you're using this module, and need help, you can:
- Post a github issue
- Tweet to @senecajs
- Ask on the Gitter
seneca-basic's source can be read in an annotated fashion by,
- running
npm run annotate - viewing online
The annotated source can be found locally at ./doc/seneca-basic.html.
Supports Seneca versions 1.x - 3.x
This plugin module is included in the main Seneca module.
npm install senecaTo explicitly install separately,
npm install seneca-basicAnd in your code:
var seneca = require('seneca')({
default_plugins: {
basic: false,
},
})
seneca.use(require('seneca-basic'))See test/ for usage examples.
If you're using this module and need help, you can:
- Post a github issue
- Tweet to @senecajs
- 0.3.0: 2015-06-15: Normalized note patterns. Prep for Seneca 0.6.2.
The Senecajs org encourages open participation. If you feel you can help in any way, be it with documentation, examples, extra testing, or new features please get in touch.
The Senecajs org encourage open participation. If you feel you can help in any way, be it with documentation, examples, extra testing, or new features please get in touch.
To run tests, simply use npm:
npm run testCopyright (c) 2014 - 2016, Richard Rodger and other contributors. Licensed under MIT.
travis-badge: https://travis-ci.org/senecajs/seneca-basic.svg?branch=master
travis-url: https://travis-ci.org/senecajs/seneca-basic
gitter-badge: https://badges.gitter.im/Join%20Chat.svg
gitter-url: https://gitter.im/senecajs/seneca
npm-badge: https://img.shields.io/npm/v/seneca-basic.svg
npm-url: https://npmjs.com/package/seneca-basic
david-badge: https://david-dm.org/senecajs/seneca-basic.svg
david-url: https://david-dm.org/senecajs/seneca-basic
coveralls: https://coveralls.io/github/senecajs/seneca-basic?branch=master
badgecoveralls: https://coveralls.io/repos/github/senecajs/seneca-basic/badge.svg?branch=master
mit: ./LICENSE
senecajs org: https://github.com/senecajs/
seneca.js: https://www.npmjs.com/package/seneca
senecajs.org: http://senecajs.org/
github issue: https://github.com/senecajs/seneca-basic/issues
@senecajs: http://twitter.com/senecajs
seneca-admin: https://github.com/senecajs/seneca-admin

