Skip to content

sun-sreng/utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@gmana/utils

Work in progress A collection of useful routines to simplify cross runtime (Node, Deno and Bun) development.

Available for Node, Deno Bun and Browser at jsr.io/@gmana/utils, and works seamlessly with both JavaScript and TypeScript.

Installation

Full instructions available at at jsr.io, short version:

# Deno deno add @gmana/utils # Node npx jsr add @gmana/utils # Bun bunx jsr add @gmana/utils

Methods

slugify

import { slugify } from "@gmana/utils"; console.log(slugify(" Git$Hub_ request^% spLit lET_Ter ")); // github-request-split-letter

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published