Skip to content

reporter for the results of the project-scaffolder or lift

License

Notifications You must be signed in to change notification settings

form8ion/results-reporter

Repository files navigation

results-reporter

reporter for the results of the project-scaffolder or lift

Node CI Workflow Status

Table of Contents

Usage

MIT license npm Try @form8ion/results-reporter on RunKit

Installation

$ npm install @form8ion/results-reporter --save-prod

Example

import {reportResults} from '@form8ion/results-reporter';

reportResults({nextSteps: ['do this', 'do that']});

Contributing

PRs Welcome Conventional Commits Commitizen friendly semantic-release Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test