1.0.10 • Published 7 years ago

the-run v1.0.10

Weekly downloads
4
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago