@40q/40q-cli
v1.0.18
Published
40q CLI tool
Readme
40Q CLI
Installation
yarn global add @40q/40q-clior
npm install -g @40q/40q-cliCommands
Setup
Setup is intended to scaffold tools configurations.
40q setup [tool]Supported Tools:
- eslint
Codegen
Codegen generates code for you.
40q codegen [type] [template]Supported Types:
- block: generates code for Gutenberg blocks and allows selecting inner components from block library repo.
- get: fetches selected block/s, component/s, and utils from block library repo.
Templates are optional, if empty, it creates an example boilerplate for a Gutenberg block.
For supported templates, run: 40q codegen block --help
