This package has been deprecated

Author message:

move to @the-/run ( https://github.com/the-labo/the/tree/master/packages/run#readme )

the-run

1.0.10 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i the-run

Weekly Downloads

2

Version

1.0.10

License

MIT

Unpacked Size

40.3 kB

Total Files

43

Last publish

Collaborators

  • okunishinishi