Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-lithia-app) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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