Skip to content

tinyplex/create-tinybase

Repository files navigation

create-tinybase

A CLI tool to scaffold a new TinyBase application.

Usage

npm init tinybase

This will prompt you with questions to configure your new TinyBase app:

  • Project name
  • Language (TypeScript or JavaScript)
  • Framework (React or Vanilla)
  • Persistence option (None, Local Storage, SQLite, PostgreSQL)
  • Sync capabilities