mtzs-lab-create
v1.0.7
Published
Project generator for MTZS apps with optional Docker, ESLint, Prettier, and MTZS state setup.
Maintainers
Readme
mtzs-lab-create
Project generator for Mtzs apps.
Quick Start
Recommended (no global install):
npx mtzs-lab-create@latest test-app --yesInteractive mode:
npx mtzs-lab-create@latest my-appWith pnpm:
pnpm dlx mtzs-lab-create my-appGlobal install (optional):
npm i -g mtzs-lab-create
create-mtzs-lab my-appFast Mode
npx mtzs-lab-create@latest my-app --yesOptions
-y, --yes
--package-manager <pnpm|npm>
--package-manager=<pnpm|npm>
--pm <pnpm|npm>
--pm=<pnpm|npm>
--docker
--no-docker
--docker-compose
--no-docker-compose
--linting
--no-linting
--tailwind
--no-tailwind
--mtzs-lab-state
--no-mtzs-lab-state
--docs-page
--no-docs-page
--workspace
--no-workspace
-h, --helpExamples
npx mtzs-lab-create@latest my-app
npx mtzs-lab-create@latest my-app --yes
npx mtzs-lab-create@latest my-app --yes --mtzs-lab-state
npx mtzs-lab-create@latest my-app --package-manager npm --no-dockerGenerated App Includes
src/layout.tsx
src/pages/index.tsx
src/pages/about.tsx
src/pages/404.tsx
src/mtzs-env.d.ts
public/logo.svg
public/robots.txt
mtzs.config.ts
.env.example
.gitignore
README.mdOptional:
Dockerfile
.dockerignore
docker-compose.yml
eslint.config.js
prettier.config.js
src/stores/counterStore.tsNotes
- Use
npx mtzs-lab-create@latestfor the most up-to-date generator.
