agree-tools

0.0.8 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i agree-tools

Weekly Downloads

1

Version

0.0.8

License

MIT

Last publish

Collaborators

  • jonnor