arsood / fingerslug

Fingerslug is a simple utility that takes in a file name and outputs a slugged and fingerprinted version of the name.

Home Page:https://www.npmjs.com/package/fingerslug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fingerslug

Fingerslug is a simple utility that takes in a file name and outputs a slugged and fingerprinted version of the name.

Usage

const fingerSlug = require("fingerslug");

fingerSlug("Hello World.docx"); // Gives back Hello-World-e177bc5a5fda481f96404a44001d3ec2.docx

About

Fingerslug is a simple utility that takes in a file name and outputs a slugged and fingerprinted version of the name.

https://www.npmjs.com/package/fingerslug


Languages

Language:JavaScript 100.0%