0.0.17 • Published 19 days ago

create-weightmans-app v0.0.17

Weekly downloads
-
License
ISC
Repository
-
Last release
19 days ago

create-weightmans-app

::: warning

At the moment, this tool is only fetching vitesse starter template. It does not prepare it for usage with Weightmans UI. This still needs to be done manually.

:::

This is a CLI tool for creating new Weightmans projects.

Simply run:

pnpm create weightmans-app <project-name>

<project-name> is the name of the project you want to create.

Once done, you can open the project in VSCode:

code <project-name>

or run it in development mode:

cd <project-name>
pnpm i
pnpm dev