A CLI tool to scaffold a new TinyBase application.
npm init tinybaseThis 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