Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 538 Bytes

DEVELOPMENT.md

File metadata and controls

34 lines (22 loc) · 538 Bytes

Development

This document describes the process for building and running bomctl.

Requirements

Getting Started

Clone bomctl repository

git clone https://github.com/bomctl/bomctl.git
cd bomctl

Build using the Makefile

make build

Lint using golangci-lint

make lint

... and/or ...

make lint-fix