1.0.1 • Published 6 years ago

@growthops/generator-kh-drupal-theme v1.0.1

Weekly downloads
1
License
MIT
Repository
bitbucket
Last release
6 years ago

generator-kh-drupal-theme NPM version Build Status Dependency Status

Generates custom Webpack-based themes for Drupal 8

Installation

First, install Yeoman and generator-kh-drupal-theme using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g @growthops/generator-kh-drupal-theme

Usage

Say you want to generate a theme called "My Custom Theme"

mkdir -p custom/my_custom_theme
cd custom/my_custom_theme
yo @growthops/kh-drupal-theme

Then at the prompts

  1. Enter your theme name (e.g. My Custom Theme)
  2. Enter your local drupal server's URI (e.g. http://my-awesome-site.dev.dd:8083)

Finally start your webpack dev server

npm start

License

MIT © Trimantium Growth Ops

1.0.1

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago