How to make a directory recognizable by Bazel as the workspace?
a) Add a WORKSPACE file to the directory
b) Rename the directory to "WORKSPACE"
c) Create a BUILD file in the directory
d) Run the "bazel init" command in the directory

Q&A Education