Skip to content

Everything a pr0 React developer needs before breakfast and more

License

Notifications You must be signed in to change notification settings

goldlabel-apps/npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@listingslab/toolkit

Everything a pr0 React developer needs before breakfast in the Listingslab ToolKit

Usage

cd <your-project>
npm i @listingslab/toolkit

Node JS Serverless API

WordPress Plugins

Vanilla JS

	import { slugify } from '@listingslab/toolkit'

	const slug = slugify( `Changes this string to a nice url slug` )
	console.log ('slug', slug)
	import { ordinalSuffix } from '@listingslab/toolkit'

	const suffixedNumber = ordinalSuffix( 10 )
	console.log ('suffixedNumber', suffixedNumber) // 10th