1.1.0 • Published 4 years ago

@form8ion/results-reporter v1.1.0

Weekly downloads
1,073
License
MIT
Repository
github
Last release
4 years ago

results-reporter

reporter for the results of the project-scaffolder or lift

Build 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