Sam
A Command Line Interface to Hobbit service in Go. The app name comes (of course)
from Samwise "Sam" Gamgee, was Bag End's gardener, at Hobbiton.
Hobbit is a Kotlin Spring boot application for managing a Kindergarten business,
initially developed for Hobbiton Kindergarten.
Sam will:
- Be an easy way to interact with Hobbit service, mapping the main operations to simple commands
- All the business logic remains at Hobbit
- Control the monthly workflow with Hobbit
- Generate the files locally, invoices (PDFs) and reports (Excel)
How to
Install
cd cmd/sam
sam install
Test
go test ./...
Format
go fmt ./...