Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.76 KB

File metadata and controls

53 lines (38 loc) · 1.76 KB

Tymber framework

Tymber is a batteries-included framework for building TypeScript applications.

Table of contents

Documentation

https://tymber-framework.github.io/tymber/

Getting started

Bun

$ bun create @tymber@latest

Node.js

$ npm create @tymber@latest

Packages

This repository contains the following packages:

Package Description
@tymber/admin The admin module
@tymber/client Dependency-less client that can be used in a frontend project or for tests
@tymber/config The config module
@tymber/core The internals of the framework
@tymber/create CLI to scaffold a new Tymber project
@tymber/openapi The OpenAPI module
@tymber/postgres The PostgreSQL module (DB & PubSubService components)
@tymber/sqlite The SQLite module
@tymber/user The user module
@tymber/sse The server-sent events module

License

MIT