1.4.6 • Published 6 years ago

the-bin v1.4.6

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

the-bin

Build Status npm Version JS Standard

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

License

This software is released under the MIT License.

Links

1.4.6

6 years ago

1.4.5

6 years ago

1.4.4

6 years ago

1.4.3

6 years ago

1.4.2

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago