@the-/bin

15.5.2 • Public • Published

@the-/bin

npm Version

Bin manager for the-frameworks

Installation

$ npm install @the-/bin --save

Usage

'use strict'

const theBin = require('@the-/bin')

async function tryExample() {
  const pon = theBin('pon', {
    guide: 'try `npm i pon -g`',
  })
  await pon.throwIfNotExists()
  pon('build')
}

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-/bin/

    Package Sidebar

    Install

    npm i @the-/bin

    Weekly Downloads

    0

    Version

    15.5.2

    License

    MIT

    Unpacked Size

    61.2 kB

    Total Files

    13

    Last publish

    Collaborators

    • okunishinishi