repository-layout

Solid

Repository Layout

Web & Frontend 137 stars 13 forks Updated today MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
71
Recency 20%
100
Frontmatter 20%
40
Documentation 15%
42
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Repository Layout ## Core Go CLI - `cmd/main.go`: boots the CLI and injects the version string. - `cmd/commands/`: Cobra command implementations (`generate`, `validate`, `migrate`, `mcp`, CRUD helpers). - `internal/`: service packages for config loading, generator, templates, includes, CRUD, MCP, validator, logger, and migration. ## Multi-runtime Wrappers - `release/npm` and `release/pypi`: JavaScript and Python entry points backed by the Go binary. - `package.json` and `pyproject.toml`: publish metadata for npm and PyPI wrappers. - Homebrew distribution is managed via a tap outside this repository. ## Documentation & Tooling - `docs/`, `site/`, and `mkdocs.yaml`: user-facing documentation and site generation. - `schema/`: JSON schemas for configuration and MCP files. - `tests/`: fixtures, integration, e2e, and platform coverage.

Details

Author
Goldziher
Repository
Goldziher/ai-rulez
Created
1 years ago
Last Updated
today
Language
Go
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category