Skip to content

Latest commit

 

History

History
103 lines (62 loc) · 5.84 KB

README.md

File metadata and controls

103 lines (62 loc) · 5.84 KB

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