0.1.0 • Published 9 months ago
@root-daemon/templatable v0.1.0
Templatable
A CLI tool for initializing projects from different templates (PWA, Raw, Supabase).
Installation
Local Development
# Clone the repository
git clone https://github.com/your-username/templatable.git
cd templatable
# Install dependencies
bun install
# Link the CLI globally (for development)
bun linkUsage
# Initialize a new project from a template
templatable init
# Show help
templatable help
# Show version
templatable versionAvailable Templates
- PWA: Progressive Web App template
- Raw: Basic starter template
- Supabase: Template with Supabase integration
Development
# Run the CLI directly
bun run src/index.ts init
# Build for production
bun run buildThis project was created using bun init. Bun is a fast all-in-one JavaScript runtime.
0.1.0
9 months ago