New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

generator-drupal-prototype

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-drupal-prototype

Yeoman generator for Prototype drupal theme

latest
Source
npmnpm
Version
0.0.0
Version published
Maintainers
1
Created
Source

generator-drupal-prototype Build Status

Yeoman generator

Getting Started

If you don't have Yeoman installed yet, run the following.

npm install -g yo

To install generator-drupal-prototype from npm, run:

npm install -g generator-drupal-prototype

Create a directory for your new theme. The following assumes you are running the commands from the root of your Drupal project.

mkdir sites/all/themes/my_new_theme
cd sites/all/themes/my_new_theme

Finally, initiate the generator:

yo drupal-prototype

The generator will prompt you for a theme name and description then scaffold out a new theme.

License

MIT

Keywords

yeoman-generator

FAQs

Package last updated on 07 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts