@tylerbu/bin-installer
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

bin-install

Install platform specific binaries for single-binary tools like hugo and ditaa.

Install

npm install @tylerbu/bin-install

Usage

Once installed, you can run using the command binstall.

binstall <command>

Commands:
  binstall install  Download and install a binary file

Options:
      --version  Show version number                                   [boolean]
  -h, --help     Show help                                             [boolean]

The install command

The install command downloads a platform-specific binary to the destination path you specify.

binstall install

Download and install a binary file

Options:
  -n, --name         name of binary to download
                                  [string] [required] [choices: "ditaa", "hugo"]
  -d, --destination  Destination folder                [string] [default: "bin"]
  -h, --help         Show help                                         [boolean]

Supported tools

Currently supported tools are hugo and ditaa.

Adding new tools

Coming soon...

Readme

Keywords

Package Sidebar

Install

npm i @tylerbu/bin-installer

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

115 kB

Total Files

20

Last publish

Collaborators

  • tylerbutler