@bazel/create
v5.8.1
Published
Create a new Bazel workspace
Downloads
450
Keywords
Readme
@bazel/create
This package allows users to have a very simple quickstart to get up and running with Bazel via npm or yarn.
$ npx @bazel/create
# or
$ yarn create @bazel
# or
$ npm init @bazel
See https://yarnpkg.com/en/docs/cli/create and https://docs.npmjs.com/cli/init
Design
We version @bazel/create along with the other packages in this monorepo.
yarn and npm will download this package globally. For this reason we take no dependencies here to minimize the risk of version conflicts in the global install space.