Official alef.js release: https://raw.githubusercontent.com/DataVuDev/alef/release/alef.js
Alef is an open-source JS Library, with a twist. Instead of using what can sometimes be confusing shortcodes, similar to 'jQuery'. Alef uses simple, easy to remember HTML Attributes. It really makes editing CSS, and JS much faster!
1: You can link to an external '.alef' file like this:
alef.link("[Link to '.alef' file.]")
2: You can edit one directly:
alef.code("[Code seperated by ';', code must remain inline.]")
3: You can add Alef attributes directly to the HTML Element:
< p [Alef Attribute]="[command]"/>