3.0.10 • Published 3 years ago

@vxc/vx v3.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

vx-cli

Personal CLI helper for vex-turbo-boilerplate

Install


npm install -g vx

or

yarn global add vx

Usage


    Usage
    $ vx <command> [options]

    Commands
    generate  Generate a new app
    delete    Remove an app
    init      Initialize vex-turbo-boilerplate files

    Options
    --help, -h  Show help
    --version, -v  Show version
    --template, -t  Template to use
    --name, -n  Name of the app
    --type, -t  App type, this is based on the workspace, or vx paths settings
    --noconfirm, Disable confirmation


    Examples
    $ vx generate --template=react-app --name=my-app

Templates


  • with-node-app
    • basic node application
  • with-react-app
    • basic react application

Configuration


// package.json
{
    "vx": {
        "workspaces": [
            "apps",
            "libs"
        ]
    }
}
// or
{
  "workspaces": [
      "apps/*",
      "libs/*"
  ]
}
3.0.4

3 years ago

3.0.3

3 years ago

3.0.10

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.8

3 years ago

3.0.7

3 years ago

3.0.6

3 years ago

3.0.5

3 years ago

3.0.0

3 years ago

3.0.9

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago