@frank-mayer/use-yab

1.1.4 • Public • Published

use-yab

GitHub Actions

- name: Use Yab
  uses: tsukinoko-kun/use-yab@v1.1.4
- name: Build
  run: yab build

Options

version - The version of Yab to install. Default is latest.

NPM Library

import { executeAsync } from "@frank-mayer/use-yab";
await executeAsync("build");

To install a specific version of Yab, use the install function.

import { installAsync, executeAsync } from "@frank-mayer/use-yab";
await installAsync("0.3.0");
await executeAsync("build");

Package Sidebar

Install

npm i @frank-mayer/use-yab

Weekly Downloads

137

Version

1.1.4

License

MIT

Unpacked Size

2.14 MB

Total Files

16

Last publish

Collaborators

  • frank-mayer