Skip to content

walkerrandolphsmith/laces

Repository files navigation

Laces

Logo Laces is a modern JavaScript string utility library providing modularity and ease of use.

License: MIT npm dependencies Status devDependencies Status Build Status Code Coverage Code Style Stories in Ready

Installation

Using npm:

// Install full build
$ npm install --save @laces/laces

// Cherry-pick only what you need
$ npm install --save @laces/toSnakeCase

Use in Node.js:

// Load the full build
const laces = require('@laces/laces')

// Cherry-pick methods for smaller bundles
const toSnakeCase = require('@laces/toSnakeCase')

To contribute please read the contributing guide and code of conduct