Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

cahilfoley/utils

Repository files navigation

@cahil/utils

NPM Coverage Status Build Status Greenkeeper Badge GitHub license Maintainability Conventional Commits

Various utilities to assist when developing JS or TS projects, check out the documentation.

Installation

Using npm

npm install @cahil/utils

Or with yarn

yarn add @cahil/utils

Usage

The recommended way to use the library is to import only the functions that you need. For example, to use the camelToTitle function from the transforms library you would use:

// Best πŸ‘
import camelToTitle from '@cahil/utils/transforms/camelToTitle'

However, if you prefer, you can also import from the libraries or root directly.

// Still not too bad
import { camelToTitle } from '@cahil/utils/transforms'
// OR
// I hope you've got some good tree shaking πŸŒ΄πŸ‘Ž
import { camelToTitle } from '@cahil/utils'

About

Various utilities to assist when developing JS or TS projects

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /