Skip to content

Latest commit

 

History

History
 
 

create

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

@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.