3.0.10 • Published 2 years ago

@vxc/vx v3.0.10

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

2 years ago

3.0.3

2 years ago

3.0.10

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.8

2 years ago

3.0.7

2 years ago

3.0.6

2 years ago

3.0.5

2 years ago

3.0.0

2 years ago

3.0.9

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago