@fsco/kickstart
v0.2.14
Published
FSCO API kickstart CLI Tool
Downloads
23
Readme
@fsco/kickstart
A powerful, developer-friendly CLI tool that helps you spin up a full-stack project integrated with FSCO APIs.
🚀 Installation
| Method | Command |
|------------|--------------------------------------------------------------|
| bunx | bunx @fsco/kickstart create <generator-name> |
| bun | bun add -g @fsco/kickstartfsco-kickstart create <generator-name> |
| npm | npm add -g @fsco/kickstartfsco-kickstart create <generator-name> |
| npx | npx @fsco/kickstart create <generator-name> |
| yarn | yarn global add @fsco/kickstartfsco-kickstart create <generator-name> |
🔔 Note: Follow the instructions given by the CLI.
📋 Usage
Create a new project using one of the available templates:
fsco-kickstart create hiiroFollow the interactive prompts to configure your project.
📦 Available Generators
| Generator Name | Description |
|--------------|-------------|
| hiiro | Full document flow with templates, prompts, and collections |
📚 Documentation
For more detailed documentation, visit our documentation site.
🎥 Video Tutorial
You can find a video tutorial on how to use the CLI here.

