0.0.6 • Published 5 months ago

@torpor/build v0.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

torpor/build

A framework for building sites and apps with Torpor.

Built on top of Vinxi.

🚧 WARNING: WORK IN PROGRESS 🚧

Installation

Use npm (or your preferred package manager) to create a starter project:

npm init @torpor/build my-project
cd my-project
npm install
npm run dev

Folder structure

  • /src
    • /assets
    • /components
    • /lib
    • /routes
      • /api

Maybe

Ideally, sites built with torpor/build will be easy to get set up and running, with flexible overrides for complex uses.

  • middleware setup for auth etc
  • file-based routing by default, with programmatic overrides
  • type-safe routing and fetching
  • type-safe websocket communication
  • immediate or scheduled background tasks
  • authentication and authorization
  • localization and internationalization
  • logs and (basic) analytics

Routing

TODO:

File based routing with overrides.

Layouts

TODO:

Middleware

TODO:

API versioning

TODO:

0.0.5

5 months ago

0.0.6

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

6 months ago