UNPKG

synapse-framework-cli

Version:

โšก 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!

52 lines (36 loc) โ€ข 982 B
# Synapse Framework A zero-dependency, TypeScript-first fullstack web framework with strict enforcement of best practices, TDD, and design patterns. ## Installation ### Global Installation ```bash sudo ./install.sh ``` ### Local Installation ```bash npm install -g . ``` ## Usage ```bash # 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 format ``` ## Features - ๐Ÿš€ **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