dev-hobin / logic-simulator

상태머신 스타터 탬플릿

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Logic Simulator

This CLI tool provides a template for state-machine-based applications built on xstate, statelyai/inspect, msw. Using this tool allows you to skip tedious setup processes and start developing your desired application immediately.

Usage

Interactive

You can create projects interactively by running:

npm create logic-simulator
# or
yarn create logic-simulator
# or
pnpm create logic-simulator

Then follow the prompts

Non-interactive

You can use template option (available options: vanilla-js, vanilla-ts, react-js, react-ts)

npm create logic-simulator@latest <project-directory> -- --template react-ts
# or
yarn create logic-simulator <project-directory> --template react-ts
# or
pnpm create logic-simulator <project-directory> --template react-ts

About

상태머신 스타터 탬플릿

License:MIT License


Languages

Language:TypeScript 51.7%Language:CSS 22.1%Language:JavaScript 21.4%Language:HTML 4.8%