github.com/jbendotnet/noms@v0.0.0-20190904222105-c43e4293ea92/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  ```