@bazel/create
v8.0.2
Published
Create a new Bazel JS starter project
Downloads
329
Readme
bazel-create-npm
The npm CLI package for scaffolding new Bazel projects from starter templates.
This powers the npm create @bazel command.
Usage
With npm v7+:
npm create @bazel my-app [project-name]
# OR
npx @bazel/create my-app [project-name]Then see the README.bazel.md file in the newly created project.
