1.0.12 • Published 2 years ago

create-webbee-app v1.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago