bazel-commander
v1.0.0
Published
Programatically run bazel commands
Downloads
5
Readme
Bazel commander
Install
npm i bazel-commander
yarn add bazel-commander
Usage
import { BazelApi } from 'bazel-commander';
BazelApi.build(['//foo/bar', '//baz:...']).sandboxDebug().execute();
Development
- Package manager pnpm, safe and fast
- Release with semantic-release
- Bundle with tsup
- Test with vitest
To skip CI (GitHub action), add skip-ci
to commit message. To skip release, add skip-release
to commit message.
License
MIT © Myles Scolnick