Commit Graph

7 Commits

Author SHA1 Message Date
e67a6b775a chore(ci): tweak ci.yml 2025-09-06 00:59:56 +03:00
renovate[bot]
91c8cc545d chore(deps): add .github/renovate.json (#1)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-06 00:52:32 +03:00
4b346cef6e chore(ci): update workflows, use .nvmrc 2025-09-06 00:51:00 +03:00
6464f3a2ca chore: unignore package-lock.json 2025-09-06 00:45:25 +03:00
774b9f8751 docs: add acknowledgements section to credit original Everforest author
- Credit sainnhe as the original creator of the Everforest color scheme
- Link to original repository (https://github.com/sainnhe/everforest)
- Express gratitude for the beautiful and well-balanced color scheme
- Clarify that this resource hub extends the original theme across more tools
- Note that color palette definitions are derived from original specifications
2025-09-06 00:43:17 +03:00
dd5e539bb5 feat: add missing project files and fix architecture compliance
- Add LICENSE file (MIT)
- Add CONTRIBUTING.md with generator-first workflow guidelines
- Add Makefile with comprehensive development commands
- Add .editorconfig for consistent code formatting
- Add CHANGELOG.md for version tracking
- Remove inconsistent non-variant files that bypassed generator architecture
- Fix installation script to use variant-specific paths (prevent config overwriting)
2025-09-06 00:36:23 +03:00
11baabe545 feat: initial scaffold and generator
- Complete project structure with directories for all target platforms
- Template system for CLI tools with color placeholder replacement
- Working generator that processes templates for 6 theme variants
- GitHub workflows for build, snapshots, commitlint, and cli-verify
- Installer and verifier scripts for CLI tool deployment
- Comprehensive documentation and specifications
- Biome 2.x linting and formatting setup
- Husky git hooks for pre-commit validation
2025-09-05 23:06:12 +03:00