0.1.2 • Published 3 years ago

vx-store-generator v0.1.2

Weekly downloads
6
License
ISC
Repository
github
Last release
3 years ago

vuex-store-cli

CLI Utility to make generating Vuex store components quicker and easier.

Install

npm install -g vx-store-generator

Usage

vx-store -t <type> -n <name>

Options:
      --help             Show help                                     [boolean]
      --version          Show version number                           [boolean]
  -p, --path             location to generate items                     [string]
  -t, --type             module, store, actions, mutations, getters, state
                                                             [string] [required]
  -n, --name             Name for module to be generated                [string]
      --ns, --namespace  Use if you want to namespace a module         [boolean]
0.1.2

3 years ago

0.1.1

3 years ago

0.0.1

3 years ago