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.
Cleanup
Remove the example task manager app and prepare your project for development.
Add Module
Create a new module in your JaseciStack project with a complete structure including components, API integration, and state management.
Taurify
Convert your Next.js app into a Tauri desktop application, allowing you to build cross-platform desktop apps with web technologies.
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:
- Check the detailed documentation for each command
- Visit our GitHub repository
- Join our Discord community
- Create an issue if you find a bug or need help