15.6.2 • Published 4 years ago

@the-/run v15.6.2

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

@the-/run

npm Version

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

See API Guide for more detail

License

This software is released under the MIT License.

Links

15.6.2

4 years ago

15.6.1

4 years ago

15.6.0

4 years ago

15.5.0

4 years ago

15.4.13

4 years ago

15.4.0

5 years ago

15.2.1

5 years ago

15.2.0

5 years ago

15.1.4

5 years ago

15.1.3

5 years ago

15.1.2

5 years ago

15.1.0

5 years ago

15.0.3

5 years ago

15.0.2

5 years ago