Makeasy.js is functional utility library for JavaScript, inspired by lodash and my work experience. Makeasy is pronounced [mek-ˈiːzi].
- Easy Data Type Conversion
- Reduces hassle
maybe add more in future
- be increase reuse.
- be clean & readable.
- be debug.
- be maintain.
- be modular.
- has unit tests for all modules.
- work on multiple environments. (IE11+ w/ Modern Browser)
- be compatible with other framework or library. (possible should)
- UI Components.
- CSS Selector Engine or simliar code.
- Template Engine
- Anything that could be separate libraries.
- Anything that isn't modular libraries.
In a browser:
<script src="./makeasy.umd.js"></script>
Using npm or yarn
$ npm install makeasy
In a Javascript files (ESM)
import { ... } from 'makeasy'
Online documentation will be written on a Github Wiki12.
Documentation is work in progress.
MIT