0.1.0 • Published 5 years ago

@the!/script-build v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@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