Skip to main content

CLI Tools

Jaseci Forge provides several CLI tools to help you create and manage your applications. Each tool is designed to streamline specific aspects of development.

Available Commands

Create App

Create a new JaseciStack project with a complete setup including Next.js, Redux Toolkit, Tailwind CSS, and more.

Learn more about create-app →

Cleanup

Remove the example task manager app and prepare your project for development.

Learn more about cleanup →

Add Module

Create a new module in your JaseciStack project with a complete structure including components, API integration, and state management.

Learn more about add-module →

Taurify

Convert your Next.js app into a Tauri desktop application, allowing you to build cross-platform desktop apps with web technologies.

Learn more about taurify →

CLI Generator Tool

To help you generate commands with the correct options, we provide an interactive CLI Generator tool. This tool allows you to:

  • Generate add-module commands with all available options
  • Get real-time command preview
  • Copy commands with a single click
  • See examples and helper text for each option

Try it out to make module creation even easier!

Getting Help

If you need help with any of the CLI tools:

  1. Check the detailed documentation for each command
  2. Visit our GitHub repository
  3. Join our Discord community
  4. Create an issue if you find a bug or need help