Bikeshedding opportunity: The goal I'm working on,...
# general
h
Bikeshedding opportunity: The goal I'm working on, currently named
init
, generates BUILD file boilerplate for you, and in the future may also suggest some pants.toml config, based on heuristics. @witty-crayon-22786 mentioned that
init
makes it sound like you'd only run this once, when you first integrate Pants, but in reality it's designed to be run in ongoing fashion, to generate BUILD file boilerplate for new and changed code as needed. So the bikeshed is, what is a good name for this goal? You'd run it as
./pants <name>
with no other arguments.
👍 2