1.0.12 • Published 11 months ago

create-webbee-app v1.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Create web-bee App

The easiest way to get started with our templates is by using create-webbee-app. This CLI tool enables you to quickly start building a new application, with everything set up for you.

Interactive

You can create a new project interactively by running:

npx create-webbee-app myDir

Non-interactive

You can also pass command line arguments to set up a new project non-interactively. See create-webbe-app --help:

Usage: create-webbee-app <project-directory> [options]

Options:
  -V, --version              output the version number
  --template [app-template]

      Select build tool to bootstrap your app.
      Available:
          react-webpack-starter
          react-vite-starter
          next-starter

  --tailwind <boolean>

    Initialize with Tailwind CSS config.
   (default: true)
  --eslint <boolean>

    Initialize with eslint config.
   (default: true)
  --turbo

    Initialize with turbo config.
   (default: true)
  --use-npm

    Explicitly tell the CLI to bootstrap the application using npm

  --use-pnpm

    Explicitly tell the CLI to bootstrap the application using pnpm

  --use-yarn

    Explicitly tell the CLI to bootstrap the application using Yarn

  --css [css-type]

      Sets the way to work with css.
      Available:
          saas
          css-in-js

  -h, --help                 display help for command
1.0.12

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago