gcraft

command module
v1.0.2 Latest Latest
Warning

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

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

README ¶

🚀 gcraft

gcraft adalah CLI sederhana untuk memulai proyek Go dengan cepat dan efisien. Hanya dengan satu perintah, kamu dapat membuat struktur proyek, menginstal dependensi, dan menjalankan aplikasi.


📦 Instalasi

1. Instal langsung dengan:

go install github.com/Alwin18/gcraft@latest

2. Clone repository ini dan tambahkan ke PATH:

git clone https://github.com/username/gcraft.git
cd gcraft
go build -o gcraft
sudo mv gcraft /usr/local/bin/

Usage

gcraft create my-app
cd my-app
go mod tidy
go run cmd/main.go

Commands

  1. --help
  2. create

Documentation ¶

The Go Gopher

There is no documentation for this package.

Directories ¶

Path Synopsis
internal
fs

Jump to

Keyboard shortcuts

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