@theggs/cli
v1.0.2
Published
A powerful CLI tool to scaffold and export stack setups quickly.
Downloads
4
Maintainers
Readme
Note: This package is under active development.
Temporary Access Credentials:
•username:vinit
•token:mysecrettoken123
Important: Reviewsetup.shcarefully before executing.
@theggs/cli
A simple CLI to import and export stack templates from theggs.
📦 Installation
npm install -g @theggs/cli🚀 Usage
tggs <url> --dir=target-directory
tggs export --dir=target-directory🔧 Options
| Option | Alias | Description | Default | |----------|-------|-----------------------------------------|-------------------| | --dir | -d | Directory to extract or export files to | Current directory |
📁 Examples
Import a stack:
tggs https://tggs.vinitnagar56.workers.dev/api/stack/e427a421d151 --dir=./my-stackExport a stack:
tggs export --dir=./my-stack🌐 About
tggs (The Great Goat Stack) is a tool for defining and sharing complete tech stacks — including frontend, backend, database, and devtools — via reusable templates.
This CLI allows developers to easily import or export stack configurations locally.
🪪 License
MIT
