Skip to content

routup/templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Routup Templates

Starter templates for routup. Each subdirectory is a self-contained, working starter for a specific runtime.

Usage

Scaffold a new project from any template with degit:

npx degit routup/templates/node-api my-app
cd my-app
npm install
npm run dev

Templates

Template Runtime Highlights
node-api Node.js >=22 Basic JSON API with @routup/body middleware
cloudflare-worker Cloudflare Workers Configured with wrangler, deploys with one command
bun-decorators Bun Class-based routing via @routup/decorators

License

MIT

About

Starter templates for routup. Use degit to scaffold a project from any template directory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors