passes
v1.1.0
Published
Operations on sets of booleans.
Downloads
5,140
Readme
Passes
Operations on sets of booleans.
Installing
npm install passesMotivation
The JavaScript standard is missing lots of standard operations on sets of booleans:
all
all([true, false]);falseany
any([true, false]);truepasses
passes([true, false]);1Documentation
Documentation and more detailed examples are hosted on Github Pages.
Tooling
Dependencies
To install dependencies:
yarn installTests
To run tests:
yarn testDocumentation
To generate the documentation locally:
yarn docsLinters
To run linters:
yarn lintFormatters
To run formatters:
yarn formatContributing
Please read this repository's Code of Conduct which outlines our collaboration standards and the Changelog for details on breaking changes that have been made.
This repository adheres to semantic versioning standards. For more information on semantic versioning visit SemVer.
Bump2version is used to version and tag changes. For example:
bump2version patchContributors
- Joel Lefkowitz - Initial work
Remarks
Lots of love to the open source community!
