1.0.7 • Published 3 years ago

@leandroparedes/cli-tool v1.0.7

Weekly downloads
16
License
ISC
Repository
-
Last release
3 years ago

cli-tool

Code generation CLI tool

Installation

npm install --save-dev @leandroparedes/cli-tool

Usage

tool [command] [options]

Commands

module:create

Creates the boilerplate for a module from a template specified in the .templates/modules folder. By default the .templates/modules/default module template will be used. You can change this behavior with the --template option (-t for short). The module will be created in the src/app folder (the src folder must be in the root of the directory)

Usage

tool module:create my-module

tool module:create my-module --template custom-module

store:create

(should this be a plugin? @leandroparedes/cli-tool-vuex)

Creates the boilerplate for a vuex store from a template specified in the .templates/stores folder. By default the .templates/stores/default store template will be used. You can change this behavior with the --template option. The store will be created in the src/store/modules folder

Usage

tool store:create my-store

tool store:create my-store --template custom-store
1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago