golangspell-mongodb
Core Plugin with the main Golang Spell commands
Golang Spell
The Core project contains the core commands (and the respective templates) of the platform Golang Spell.

Test and coverage
Run the tests
TESTRUN=true go test ./... -coverprofile=cover.out
go tool cover -html=cover.out
Install golangci-lint and run lint:
golangci-lint run
Install
To install the golangspell-mongodb spell use the command
golangspell addspell github.com/golangspell/golangspell-mongodb golangspell-mongodb
Update
To update the golangspell-core version use the command
golangspell updatespell github.com/golangspell/golangspell-mongodb golangspell-mongodb