@jameymcelveen/stx
v0.0.1
Published
Opinionated full-stack scaffolding for .NET + TypeScript
Maintainers
Readme
stx
Opinionated full-stack scaffolding for .NET + TypeScript
Work in progress
This package is under active development. Version 0.0.1 is a minimal stub published to reserve the name on npm (@jameymcelveen/stx).
Full functionality is targeted for v0.1.0.
Install
pnpm add -g @jameymcelveen/stx
# or
npx @jameymcelveen/stx --versionThe command-line program name remains stx (see below).
What is stx?
stx is an opinionated CLI for scaffolding full-stack applications with:
- Frontend: Next.js 15 (TypeScript)
- Backend: .NET 9 Web API (optional)
- Deployment: Vercel (frontend) and Railway (backend)
- Infrastructure: Docker and docker-compose
- CI/CD: GitHub Actions
Planned commands
# Interactive initialization
stx init
# Verify required tools
stx check
# Show version
stx -v, --versionRequirements (planned)
- Node.js >= 20
- pnpm
- git
- docker
- Vercel CLI
- Railway CLI (when using a backend)
- .NET 9 SDK (when using a backend)
License
MIT
