JSPM

synapse-framework-cli

0.3.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q59349F
  • License MIT

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

Package Exports

  • synapse-framework-cli
  • synapse-framework-cli/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (synapse-framework-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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.sh

Local 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 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