gridtastic
v0.3.26
Published
A suite of helpers to augment the Gridsome CLI.
Downloads
15
Readme
Gridtastic
A suite of helpers to augment the Gridsome CLI.
Install
npm install -g gridtastic
Usage
Usage
$ gridtastic <command>
Available commands
init, scaffold, override, fresh
Options
--version, -v Show version
--help, -h Show help
For more information run a command with the --help flag
$ gridtastic scaffold --help
Examples
# clones brandonpittman/gridsome-starter-default into ./gridsome-starter-default
gridtastic init
# creates ./src/components/SomeComponent.vue
gridtastic scaffold -c -n some-component