JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q27142F
  • License MIT

Next-generation framework for building server-side applications with Node.js & TypeScript 🚀

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-app

    Usage

    create-lithia-app my-app

    Options

    • --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