Create a new Lithia.js application with a single command.
npm create lithia-app@latest
# or
yarn create lithia-app
# or
pnpm create lithia-app
# or
bun create lithia-appcreate-lithia-app my-app--name- Project name--template- Project template to use--package-manager- Preferred package manager (npm, yarn, pnpm, bun)-y, --yes- Skip all prompts--install- Install dependencies--no-install- Skip dependency installation--overwrite- Overwrite existing directory--git- Initialize git repository--no-git- Skip git initialization
default- Setup a Lithia.js app with no presets
MIT