Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 382 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (18 loc) · 382 Bytes

How to develop

Setup

  1. Install Nix package manager
  2. Run nix develop or direnv allow in project root
  3. You can use development tools
> nix develop
(prepared shell)

> task
task: [build] ..."
task: [test] go test
task: [lint] dprint check
task: [lint] go vet
PASS
ok      selfup    0.313s

> task run -- --version
selfup dev (rev)