casemate

1.0.7 • Public • Published

Casemate

NPM Version NPM Downloads npm bundle size MIT License Website Github Follow

Storage of many useful utility functions for JavaScript.

Installation

Using npm

$ npm i -g npm
$ npm i --save casemate

Use case

In Node.js

// Require the module
const casemate = require("casemate");
// Capitalize a string
const capitalizeName = casemate.capitalize("john doe"); // John Doe
// Convert a string to snake case
const snakeCased = casemate.snakeCase("fooBar"); // foo_bar

Author

Package Sidebar

Install

npm i casemate

Weekly Downloads

8

Version

1.0.7

License

MIT

Unpacked Size

23 kB

Total Files

7

Last publish

Collaborators

  • saminyasar004