1.0.10 • Published 6 years ago

the-run v1.0.10

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

the-run

Build Status npm Version JS Standard

Script runner for the-framework

Installation

$ npm install the-run --save

Usage

'use strict'

const {TheRun} = require('the-run')

async function tryExample () {
  const runner = new TheRun()
  await runner.run('bin/app.js')
}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago