@the-/run

15.6.2 • Public • Published

@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

/@the-/run/

    Package Sidebar

    Install

    npm i @the-/run

    Weekly Downloads

    3

    Version

    15.6.2

    License

    MIT

    Unpacked Size

    32.4 kB

    Total Files

    21

    Last publish

    Collaborators

    • okunishinishi