create-lithia-app
v3.0.0
Published
Next-generation framework for building server-side applications with Node.js & TypeScript ๐
Maintainers
Readme
create-lithia-app
Create a new Lithia.js application with a single command.
Installation
npm create lithia-app@latest
# or
yarn create lithia-app
# or
pnpm create lithia-app
# or
bun create lithia-appUsage
create-lithia-app my-appOptions
--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
Templates
default- Setup a Lithia.js app with no presets
License
MIT
