Skip to content

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

Notifications You must be signed in to change notification settings

arsood/fingerslug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages