catuaba

command module
v0.0.0-...-d13f8e8 Latest Latest
Warning

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

Go to latest
Published: May 5, 2023 License: MIT Imports: 10 Imported by: 0

README

GitHub Actions

Catuaba Framework

Fast, super productive and aphrodisiac web-framework written in golang

Catuaba Framework Golang new command example

Setup

Mac OS

Intel
curl -L https://github.com/dayvsonlima/catuaba/releases/latest/download/catuaba-darwin-amd64.tar.gz | tar xz && sudo mv catuaba /usr/local/bin/
Apple Silicon
curl -L https://github.com/dayvsonlima/catuaba/releases/latest/download/catuaba-darwin-arm64.tar.gz | tar xz && sudo mv catuaba /usr/local/bin/

Linux

curl -L https://github.com/dayvsonlima/catuaba/releases/latest/download/catuaba-linux-amd64.tar.gz | tar xz && sudo mv catuaba /usr/local/bin/

On Windows

Download the exe and add the path to your environment variables

https://github.com/dayvsonlima/catuaba/releases/latest/download/catuaba-windows-amd64.zip

Command List

Catuaba Framework Golang scaffold command example

Command Description Usage
--help provide cli instructions catuaba --help
new Create a New project catuaba new <project-name>
server Starts the catuaba web server Run catuaba server in the project root
generator Call some catuaba generator catuaba generator <generator-name> ...<generator-params>

Generators List

Command Description Usage
scaffold scaffold is a full set of model, controller and router for one RESTFUL resource catuaba g scaffold <model-name> ...<attribute:type>
model generates a new model file in app/models directory catuaba g model <model-name> ...<attribute:type>
controller generates a new controller package in app/controller catuaba g controller <controller-name> ...<method-name (index, new, create, update, delete, all)>. if you don't specify the method name, catuaba will create them all by default

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cli
new

Jump to

Keyboard shortcuts

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