create-errika
v2.1.0
Published
A powerful CLI to create modern projects with multiple templates
Maintainers
Readme
Errika
A powerful CLI tool for scaffolding modern web projects with best practices built-in.
📚 Documentation
All project documentation has been moved to the docs folder:
- Main Documentation - Complete project overview and usage guide
- Developer Guide - Contributing and development setup
- Testing Guide - Running and writing tests
- Changelog - Version history and updates
- Security Enhancements - Security features and best practices
- Test Coverage - Test coverage information
- Implementation Summary - Technical implementation details
- Privacy Policy - Analytics and privacy information
Quick Start
npx create-errika my-app🔍 Template Validation
Errika includes a comprehensive template validation system to ensure quality and security:
# Validate a specific template
npx create-errika validate nextjs
# Validate all templates
npx create-errika validate --allSee the Validation Guide for details.
📊 Usage Statistics
Errika includes optional anonymous usage analytics to help improve the tool. You'll be asked for consent on first use.
View your stats:
npx create-errika statsManage analytics:
# Check status
npx create-errika analytics status
# Enable/disable
npx create-errika analytics enable
npx create-errika analytics disable
# Remove all data
npx create-errika analytics resetPrivacy First: We only track template usage and success rates. Never project names, code, or personal data. See our Privacy Policy for details.
For detailed documentation, please visit the docs folder.
