UNPKG

@groww-tech/ella

Version:

Ella is a utility-belt library for JavaScript that provides general purpose methods used in day to day programming.

31 lines (19 loc) • 880 B
# ella [![npm version](https://img.shields.io/npm/v/@groww-tech/ella?color=51C838)](https://www.npmjs.com/package/@groww-tech/ella) [![minzipped size](https://img.shields.io/bundlephobia/minzip/@groww-tech/ella)](https://bundlephobia.com/package/@groww-tech/ella) ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/Groww/webster/ella.yml?color=51C838) <br/> Ella is a utility-belt library for JavaScript that provides general purpose methods used in day to day programming. ### Installation ``` npm i @groww-tech/ella ``` ### API Ella has a pretty straight forward API usage. ``` import { toTitleCase } from '@groww-tech/ella'; console.log(toTitleCase('Enter SIP amount')); // Ouput - Enter Sip Amount ``` šŸ“š[Complete API Documentation](https://groww.github.io/webster/) ## License Ella is licensed under a [MIT License](./LICENSE).