Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 2.09 KB

README.md

File metadata and controls

56 lines (33 loc) · 2.09 KB

You can find the full documentation on the website

Description

Comfortable JS is a JavaScript library that provides utilities for common programming tasks, that make coding in JavaScript easier and cleaner.

ComfortableJS uses Object-oriented programming (OOP) approach to build its libraries: Unlike other similar libraries that use the functional programming approach, for example, the popular Lodash library.

Installation

npm install comfortable

Example

import {$string} from 'comfortable/$string'
import {$value} from 'comfortable/$value'

$string('hello world').titleCase() // Hello World

$value(123).isString() // false

Read our contributing guide to learn about our development process.

This project has adopted the Contributor Covenant as its Code of Conduct, and we expect project participants to adhere to it. Please read the full text so that you can understand what actions will and will not be tolerated.

Authors

License

MIT License