mtools

command module
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2026 License: MIT Imports: 9 Imported by: 0

README

Mtools

CLI application to manage a project built over Modulus framework.

Usage

Mtools is a CLI application. Install it using go install github.com/go-modulus/mtools@latest

It allows:

  • init a project mtools init
  • install modules mtools module install in the project directory
  • create a new module mtools module create
  • add a PostgreSQL migration mtools db add
  • run migrations mtools db migrate
  • update SQLs config of all modules from templates defined in the project mtools db update-sqlc-config
  • add cli command into module mtools module add-cli
  • add REST API endpoint into module mtools module add-json-api

All these mtools commands except mtools init are available inside the projet under makefile commands. Use make help to see them.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL