@form8ion/c8
v1.2.0
Published
form8ion plugin for the c8 code-coverage tool
Readme
c8
form8ion plugin for the c8 code-coverage tool
Table of Contents
Usage
Installation
$ npm install @form8ion/c8 --save-prodExample
Import
import {scaffold} from '@form8ion/c8';Execute
(async () => {
await scaffold({projectRoot: process.cwd()});
})();Contributing
Dependencies
$ nvm install
$ npm installVerification
$ npm test