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

generator-plum

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-plum

Yeoman generator for plum.

latest
Source
npmnpm
Version
2.1.0
Version published
Maintainers
1
Created
Source

Plum generator Build Status

Yeoman generator for plum.

Getting Started

  • Install with NPM - npm install -g generator-plum

Usage

  • Run yo plum at the root of your css directory to initialize a new plum application.
  • Run any of the available generators inside of your css directory.

Generators

Available generators:

App

Initializes a new plum application.

yo plum

Config

Generates a config files in configs/<name> and prompts to update an exports file.

yo plum:config <name>

Core

Generates core files in core/ and prompts to update an exports file.

yo plum:core <name>

Function

Generates function files in helpers/functions/<name> and prompts to update an exports file.

yo plum:function <name>

Mixin

Generates mixin files in helpers/mixins/<name> and prompts to update an exports file.

yo plum:mixin <name>

Layout

Generates layout files in layouts/<name> and prompts to update an exports file.

yo plum:layout <name>

Vendor

Generates vendor files in vendors/<name> and prompts to update an exports file.

yo plum:vendor <name>

Module

Generates module files in modules/<name>/ and prompts to update an exports file.

yo plum:module <name>

Unit

Generates unit files in units/<name> and prompts to update an exports file.

yo plum:unit <name>

Page

Generates page files in pages/<name> and prompts to update an exports file.

yo plum:page <name>

Hotfix

Generates hotfix files in hotfixes/<name> and prompts to update an exports file.

yo plum:hotfix <name>

Export

Generates export files in exports/<name>

yo plum:export <name>

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality.

License

Copyright (c) 2015 Jason Bellamy
Licensed under the MIT license.

Keywords

plum

FAQs

Package last updated on 26 Feb 2016

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