We don't have a formal set of rules for contributions yet; everyone is welcome! We appreciate everything from critiques and suggestions to bug fixes and new features.
See SETUP.md for detailed instructions on how to set up your own instance.
-
Reset Dev Environment
go run ./cmd/cli/main.go rde
Resets the development environment by recreating the database, applying migrations, and creating a default user. This is useful during active development if you need a clean state.
-
Database Seeding
go run ./cmd/cli/main.go sd
Seeds data into the database. By default, it seeds all available data. You can specify an entity and a count:
go run ./cmd/cli/main.go sd users 1000Run
go run ./cmd/cli/main.go ? sdto see all available options and detailed descriptions.
License MIT