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
Markdown
# 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