0.0.8 • Published 7 years ago

agree-tools v0.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Build Status

Agree: Contract programming for JavaScript

Agree is a library for implementing Contract Programming / Design by contract in JavaScript, including preconditions, postconditions and class invariants.

This repository contains the developer tools that come with Agree. For general information about the library, go to jonnor/agree.

Installing

npm install --save-dev agree-tools

Tools

agree-doc can introspect modules and generate plain-text documentation.

agree-test can introspect modules, extract examples from contracts, and automatically generate and run tests from these.

agree-analyze can introspect an agree.Chain and its contracts, and demonstrate bugs in their composition.

License

MIT, see LICENSE.md

0.0.8

7 years ago

0.0.7

7 years ago