synapse-framework-cli
v0.3.0
Published
⚡ The Mightiest CLI - Zero Dependencies, 10x Performance, AI-Powered - Every developer task made ridiculously fast and easy. Now with comprehensive deployment, team collaboration, security scanning, i18n, and analytics!
Downloads
20
Maintainers
Readme
Synapse Framework
A zero-dependency, TypeScript-first fullstack web framework with strict enforcement of best practices, TDD, and design patterns.
Installation
Global Installation
sudo ./install.shLocal Installation
npm install -g .Usage
# Create new project
synapse init my-app
# Start development server
synapse dev
# Build for production
synapse build
# Run tests
synapse test
# Lint code
synapse lint
# Format code
synapse formatFeatures
- 🚀 Zero Dependencies: Everything built from scratch in TypeScript
- 🔒 Strict by Default: Enforce best practices at every level
- 🧪 TDD Mandatory: No code without tests
- ⚡ Multi-threaded: Leverage all available CPU cores
- 🌐 Universal: Support any database, storage, hosting, protocol
- 🔌 Extensible: Plugin system with strict guidelines
- 🎯 Type-Safe: Full TypeScript support with strict type checking
License
MIT
