jaseci-forge-test
v0.1.7
Published
A CLI tool to scaffold JaseciStack projects with customizable Front-End, Back-End, and Full-Stack templates.
Maintainers
Readme
Jaseci Forge
Why Use Jaseci Forge?
Jaseci Forge is a CLI tool to quickly set up JaseciStack Front-End projects. It creates a Next.js app with TypeScript, Redux Toolkit, ShadCN UI, Tailwind CSS, and a TaskForge demo app to help you get started fast.
How to Run as an npx Tool
- Run the CLI using
npx(make sure you have Node.js installed):npx jaseci-forge my-app
2.Answer the prompts to customize your project:
Include Storybook? (y/N)
Include React Testing Library? (y/N)
Which package manager? (npm/yarn/pnpm)3.Navigate to the project folder and start the app
cd my-app
npm run dev # or yarn dev / pnpm dev