@stamp/check-compose

1.0.3 • Public • Published

check-compose

Command line tool to test your 'compose' function implementation

Install

$ npm i -g @stamp/check-compose

Usage

Command line

$ check-compose path/to/compose.js

Programmatically

import checkCompose from 'check-compose';
checkCompose(myComposeFunction).then(({failures}) => {
  console.error(failures.join('\n'));
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    4
    • latest
  • 0
    • lerna-temp

Version History

Package Sidebar

Install

npm i @stamp/check-compose

Weekly Downloads

4

Version

1.0.3

License

MIT

Last publish

Collaborators

  • koresar
  • stamp