0.3.0 • Published 5 years ago
@toreda/action-result v0.3.0
@toreda/action-result

Simple interface return a result and details or context about the result.
Install
With yarn (preferred):
yarn add @toreda/action-result
With NPM:
npm install @toreda/action-result
Usage
Library Usage
Typescript
import {ActionResult} from '@toreda/action-result';Node
const ARConfig = require('@toreda/action-result');Build
Build (or rebuild) the config package:
With Yarn (preferred):
yarn install
yarn buildWith NPM:
npm install
npm run-script buildTesting
Config implements unit tests using jest. Run the following commands from the directory where config has been installed.
With yarn (preferred):
yarn install
yarn testWith NPM:
npm install
npm run-script testLicense
MIT © Toreda, Inc.