2.1.7 • Published 6 years ago
the-script-test v2.1.7
the-script-test
Test script for the-project
Installation
$ npm install the-script-test --save
Usage
'use strict'
const test = require('the-script-test')
async function tryExample () {
await test('my_project_dir')
}
tryExample().catch(console.error)
License
This software is released under the MIT License.