Glyph - Your CLI Code Template Accelerator
Glyph is a command-line template engine designed to accelerate the start of your projects by allowing you to quickly clone predefined code structures. It simplifies the bootstrapping process by offering an efficient way to access and replicate ready-made code templates.
Tired of wasting time setting up projects from scratch?
Glyph offers you a solution to:
- Access your own code templates hosted in repositories (GitHub, GitLab, etc.).
- Specify the repository, optionally the branch or tag, and directory for your project.
- Clone the template structure directly into your local directory.
With Glyph, you can:
- Start new projects in seconds using your own structures.
- Maintain consistency across different projects by using the same foundations.
- Explore and utilize templates shared by the community or your team.
Installation Guide
Clone the repository
git clone https://github.com/DanteDev2102/Glyph.git ~/Glyph
Compile this repository with go build
go build -o glyph ~/Glyph/cmd/app/main.go
Execute the Installation Script
Mac / Linux
sh ~/Glyph/install.sh
Restart your terminal and YOU'RE READY TO USE GLYPH!
Thank you for pointing out the missing section. It's crucial for the installation instructions to be complete.
Documentation: