0.1.0 • Published 11 years ago

conscribe v0.1.0

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

conscribe Build Status Dependency Status

Combine JSON Schema and Markdown for the use of documenting OWF Channels, in particular CMWAPI

The issue

In trying to find a solution to combine the CMWA API/ OWF Channels schema and documentation, it was found that JSDOC wasn't quite up to the task of documenting it how we thought it should. This will allow our handlers and documentation to be generated from one document. Furthermore, this will allow us to validate incoming and outgoing traffic from wigets and maps using the same document using JSON Schema.

Getting Started

This will eventually become a node module so that it can be used with CI and build solutions like maven and Jekins.

Install the module with: npm install conscribe (Not published yet so I wouldn't try it.)

var conscribe = require('conscribe');
conscribe.[yet to be decided](); 

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

(Nothing yet)

License

Copyright (c) 2013 Nicholas Johnson. Licensed under the MIT license.

0.1.0

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago