Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  generators
  package.json
  README.md
Size: Mime:
  README.md

generator-drupal-melt NPM version Build Status Dependency Status

Installation

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

System Check

The system-check generator will attempt to validate that you have the expected software to be installed on your machine. This is a hand first stop to diagnose your environment if you are having issues running any of the other generators or running Drupal locally.

yo drupal-melt:system-check

Running Tests

Tests are ran through npm.

npm test

Usage

Lando Config

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.

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.