Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 552 Bytes

File metadata and controls

29 lines (20 loc) · 552 Bytes

Scaffold for basic Aspect Workflows project

With Aspect CLI

Install the Aspect CLI: https://docs.aspect.build/cli/install

Then add the init task with

aspect axl add gh:bazel-starters/template

Finally, run aspect init

Manually

Install scaffold like so:

% brew tap hay-kot/scaffold-tap
% brew install scaffold
# OR
% go install github.com/hay-kot/scaffold@latest

And then create a new project like so:

% scaffold new https://github.com/bazel-starters/template