1.1.4 • Published 1 year ago

@frank-mayer/use-yab v1.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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");
1.1.1

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago