create-lawlietff

0.0.11 • Public • Published

create-lawlietff

template with vite

Compatibility Note: Vite requires Node.js version >=14.6.0. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.

With NPM:

$ npm create lawlietff@latest

With Yarn:

$ yarn create lawlietff

With PNPM:

$ pnpm create lawlietff

Then follow the prompts!

You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Vite + React project, run:

# npm 6.x
npm create lawlietff@latest my-react-app --template vite-react

# npm 7+, extra double-dash is needed:
npm create lawlietff@latest my-react-app -- --template vite-react

# yarn
yarn create lawlietff my-react-app --template vite-react

# pnpm
pnpm create lawlietff my-react-app -- --template vite-react

Currently supported template presets include:

  • react
  • ts-starter

You can use . for the project name to scaffold in the current directory.

Thanks

vite-create vitesse

License

MIT License © 2022 lawliet

/create-lawlietff/

    Package Sidebar

    Install

    npm i create-lawlietff

    Weekly Downloads

    0

    Version

    0.0.11

    License

    MIT

    Unpacked Size

    281 kB

    Total Files

    42

    Last publish

    Collaborators

    • lawlietff