JSPM

action

0.0.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 28
    • Score
      100M100P100Q59761F

    Package Exports

    • action

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (action) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Action

    Build Status

    Installation

    npm install action

    Quick Start

    var action = require('action');

    Features

    More Information

    Follow @viatropos on twitter for updates

    Running Tests

    git clone git://github.com/viatropos/action.git
    cd action
    npm install

    then run the tests:

    npm test

    Requires mocha, chai, and phantomjs:

    brew install phantomjs
    npm install mocha -g
    npm install phantomjs chai

    License

    MIT