snowbase-templates-installer
v1.0.8
Published
CLI tool to browse and install landing page templates
Maintainers
Readme
Snowbase Templates Installer
A CLI tool to browse and install beautiful landing page templates directly into your projects.
Installation
npm install -g snowbase-templates-installerUsage
Run the CLI:
snowbase-templatesFeatures
- 📋 Browse available landing page templates
- 🔗 View live preview links
- 📥 Install templates with a single command
- 🎨 Multiple template categories (SaaS, Portfolio, etc.)
- ⚡ Fast local installation
Available Templates
1. AI SaaS Template
- Preview: https://ai-saas-template-preview.vercel.app
- Description: Modern landing page for AI-powered SaaS products
- Technologies: HTML, CSS, JavaScript, Tailwind CSS
- Tags: saas, ai, tech, modern
2. Open Engineer Landing Page
- Preview: https://open-engineer-landing-page.vercel.app/
- Description: Professional landing page for engineering portfolios
- Technologies: HTML, CSS, JavaScript
- Tags: portfolio, engineering, professional, technical
Development
Adding New Templates
- Create a new folder in
landing-pages/ - Add your template files to that folder
- Update
templates.jsonwith the new template info
Example template structure:
landing-pages/
├── your-template/
│ ├── index.html
│ ├── style.css
│ └── assets/Local Development
# Install dependencies
npm install
# Run the CLI locally
npm startLicense
MIT
