Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 463 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (21 loc) · 463 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 fmt
task: [fmt] dprint fmt
task: [fmt] go fmt

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

> ./dist/nixpkgs-url --version
nixpkgs-url dev (rev) # unknown