Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

kaidobit/bazel-example

Repository files navigation

bazel-example

System Requirements

Commands

build: bazel build ...

test: bazel test ...

python

add dep: Mention it in python_deps/requirements.txt

generate lock: pip freeze

run: bazel run //projects/calculator

nodejs

npm install: bazel run @yarn//:yarn

add dep and update lock: bazel run @yarn//:yarn -- add <package>

run: bazel run //projects/calc_web

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published