🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

helper-slugify

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

helper-slugify

Convert strings into URL slugs.

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
4.9K
-3.43%
Maintainers
1
Weekly downloads
 
Created
Source

{{slugify}} NPM version

Convert strings into URL slugs.

Quickstart

In the root of your project, run the following in the command line:

npm i helper-slugify --save-dev

Usage

{{slugify "I am a word too, even though I am but a single letter: i!"}}

Usage in Assemble

In your Gruntfile, simply add helper-slugify to the helpers property in the Assemble task or target options:

grunt.initConfig({
  assemble: {
    options: {
      helpers: ['helper-slugify']
    }
    ...
  }
});

With that completed, you may now being using the {{slugify}} helper in your Assemble project.

Keywords

slugify

FAQs

Package last updated on 29 Sep 2013

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