github.com/attic-labs/noms@v0.0.0-20210827224422-e5fa29d95e8b/samples/go/hr/README.md (about)

     1  # HR
     2  
     3  This is a small command line application that manages a very simple hypothetical hr database.
     4  
     5  ## Usage
     6  
     7  ```shell
     8  go build
     9  ./hr --ds /tmp/my-noms::hr add-person 42 Abigail Architect
    10  ./hr --ds /tmp/my-noms::hr add-person 43 Samuel "Chief Laser Operator"
    11  ./hr --ds /tmp/my-noms::hr list-persons
    12  ```