the-script-build

Build script for the-projects


Keywords
the, script
License
MIT
Install
npm install the-script-build@4.0.18

Documentation

the-script-build

Build Status npm Version JS Standard

Build script for the-projects

Installation

$ npm install the-script-build --save

Usage

'use strict'

const build = require('the-script-build')

async function tryExample () {
  await build('my_project_dir')
}

tryExample().catch(console.error)

License

This software is released under the MIT License.

Links