0.0.12 • Published 5 years ago

scotts_utilities v0.0.12

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

Scott's Utitiles

Just some common functions

Installation

import { hashPassword, logger, sluggify ... and more check ./src } from 'scotts_utilities'

const hashPassword = hashPassword(stuff)

logger('info').error({level: 'info', message: error})

const url_slug = sluggify('my title') // my-title

Using NPM:

npm install scotts_utilities