0.1.5 • Published 7 years ago

wiresoft v0.1.5

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

WireSoft - Intelligent Composition Function Programming Build Status Coverage Status

A small library that combines these software engineering techniques into a unified approach:

  • functional programming
  • promise/A architecture
  • object-oriented programming
  • railway oriented programming

Installation

npm install wiresoft

Usage

const W = require('wiresoft);

Tests

npm test

Contributing

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