Skip to content

lil-js/all

Repository files navigation

lil'-all NPM version Stories in Ready Gitter chat

All-in-one Lil'JS modules bundle

Nameall
Version0.1.13
Size12 KB / 4 KB (gzipped)
EnvironmentBrowser

Modules

Installation

Node.js

npm install lil.js

Browser

Via Bower

bower install lil

Via Component

component install lil-js/all

Or loading the script remotely

<script src="//cdn.rawgit.com/lil-js/all/0.1.13/lil.js"></script>

Usage

Globalization shortcut alias

var lil = require('lil')
lil.globalize() // expose lil as global with `_` (underscore) alias
_.VERSION // -> '0.1.3'

Environments

  • Node.js
  • Chrome >= 5
  • Firefox >= 3
  • Safari >= 5
  • Opera >= 10
  • IE >= 9

Contributing

Please, visit the specific module page to contribute.

You can aditionally open an issue to propose a new module

License

MIT © Tomas Aparicio and contributors