egg_cli

command module
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

README

egg

egg_cli

A Fast and Simple Command Line Interface for Creating the Fullstack web framework egg.

Installation

go install github.com/adamkali/egg_cli@latest

Usage

Init

This will spin up the TUI configuration wizard to guide you through the creation of a new egg project, and is the recommended way to get started.

egg_cli init

This can also be used with the --env flag to use a certain environment file to skip through the wizard.

Generate

This will spin up the TUI configuration wizard to guide you through the creation of a new configuraion file, this can be useful if you already have an existing project but need to test a new database that has many nodes or other configuration options that you want to change from the development.yaml (default).

egg_cli generate

This can also be used with the --env flag to use a certain environment file to skip through the wizard.

This can also be used with the --name flag to set the name of the configuration file to be created outside of the wizard.

Documentation

Overview

Copyright © 2025 Adam Kalinowski <adam.kalilarosa@proton.me>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Directories

Path Synopsis
pkg
modules
This module is used to build the frontend if the user chooses to do so and it will be used in the m.Run() function.
This module is used to build the frontend if the user chooses to do so and it will be used in the m.Run() function.

Jump to

Keyboard shortcuts

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