1.0.1 • Published 6 months ago

@xgent/create-app v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

@xgent/create-app

Helper tool to init a xgent module

Usage

npm init @xgent/app <app-name> [app-directory] [options]

or

xgent-init <app-name> [app-directory] [options]

Options

Options:
  -s, --silent
    Silent mode
    default: false

  -v, --version
    Show version information
    default: false

  -l, --list-modes
    Show a list of built-in app modes
    default: false

  -h, --help
    Show usage message
    default: false

  -m, --mode
    Target application mode
    required
    available values:
        "custom": [custom] - Custom template with template location given in command line

  -t, --template
    Custom template location
    conditional

  --skip-install, --skip-npm-install
    Skip running npm install after creating the project
    default: false

  --pm, --package-manager
    Specify the package manager (e.g. npm)
    required
    available values:
        "npm"
        "pnpm"
        "yarn"

License

MIT