1.1.4 • Published 2 years ago
@frank-mayer/use-yab v1.1.4
use-yab
GitHub Actions
- name: Use Yab
uses: tsukinoko-kun/use-yab@v1.1.4
- name: Build
run: yab buildOptions
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");