/cake

Cake a minimalist JavaScript library that parses, validates, manipulates, and displays strings for node, electron, and modern browsers with comfortable chainable modern API.

Primary LanguageJavaScriptMIT LicenseMIT

Cake

Cake

Dependencies GitHub release License: MIT GitHub issues


Cake is a minimalist JavaScript library that parses, validates, manipulates, and displays strings for modern browsers and Node with comfortable modern API.

  • 🕒 Quick and accurate
  • 💪 Type, Static methods, Standalone functions
  • 🔥 Chainable (when using as Type)
  • 📦 5kb mini library (gzip), 35kb - full
  • 👫 All browsers, Electron, NodeJS supported

Getting started

Installation

In HTML

<script src="cake.js"></script>

For NodeJS or use with Webpack or modern JS

npm install @olton/cake --save

API

It's easy to use String APIs to parse, validate, manipulate, and display strings. You can find for more details, API, and other docs on DOCUMENTATION.

Bug reporting

For bug reports, documentation typos or feature requests feel free to create an issue. Please make sure that the same problem wasn't reported already.

Sponsors

No sponsor yet :(

License

Cake is licensed under a MIT license.

Credits

During the development of Cake, the best practices were used: