Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.
/ ella Public archive

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

License

Notifications You must be signed in to change notification settings

GrowwOld/ella

Repository files navigation

!!! The repo has been migrated to webster

ella GitHub license GitHub issues npm version Gzip Size GitHub Workflow Status

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

License

Ella is licensed under a MIT License.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published