@dkmassive/proto
v0.1.9
Published
Command line tool for theming with the Drupal Protoype starter theme.
Downloads
26
Readme
proto
Command line tool for theming with the Drupal Protoype starter theme.
Prototype Starter Theme: https://www.drupal.org/project/prototype
Usage
$ npm install -g @dkmassive/proto
$ proto COMMAND
running command...
$ proto (-v|--version|version)
@dkmassive/proto/0.1.8 darwin-x64 node-v12.16.1
$ proto --help [COMMAND]
USAGE
$ proto COMMAND
...
Commands
Run commands from the theme directory.
proto component [NAME] [JS]
Generate theme component with libraries.
USAGE
$ proto component [NAME] [JS]
ARGUMENTS
NAME Component human readable name
JS Create JS file with component
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/component.js
proto help [COMMAND]
display help for proto
USAGE
$ proto help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help