Repository URL to install this package:
|
Version:
1.0.0 ▾
|
| generators |
| package.json |
| LICENSE |
| README.md |
First, install Yeoman and generator-drupal-melt using npm (we assume you have pre-installed node.js).
npm install -g yo npm install -g generator-drupal-melt
Then generate your new project:
yo drupal-melt
Tests are ran through npm.
npm test
yo lando-config
This will configure your Drupal project to run with Lando on your machine. This assumes you already have Lando installed and a .lando.yml is present in your project.