🧪 Skills
ts5
TS5 namespace for Netsnek e.U. TypeScript full-stack starter kit. Monorepo template with shared types, CI/CD pipelines, and one-click deployment.
v0.1.0
Description
name: ts5 description: TS5 namespace for Netsnek e.U. TypeScript full-stack starter kit. Monorepo template with shared types, CI/CD pipelines, and one-click deployment. user-invocable: true version: 0.1.0 metadata: openclaw: os: [linux] permissions: [exec]
The TS5 Approach
TS5 is the Netsnek e.U. full-stack TypeScript starter. One monorepo: shared types, frontend, backend, CI/CD, and deployment.
Monorepo Structure
packages/
shared/ # Types and utilities
web/ # Frontend (TSX)
api/ # Backend (TS3)
tools/ # Scripts and CI
Commands
| Argument | Purpose |
|---|---|
--init |
Bootstrap monorepo layout |
--packages |
Manage or list workspace packages |
--deploy |
Trigger one-click deployment |
From Zero to Deploy
# Create monorepo
./scripts/monorepo-setup.sh --init
# Verify packages
./scripts/monorepo-setup.sh --packages
# Deploy
./scripts/monorepo-setup.sh --deploy
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!