1.1.4 • Published 1 year 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 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");