Home

Awesome

<div align="center"> <a href="https://licia.liriliri.io/" target="_blank"> <img src="https://licia.liriliri.io/icon.png" width="400"> </a> </div> <h1 align="center">Licia</h1> <div align="center">

Useful utility collection with zero dependencies.

NPM version Build status Test coverage Size License

</div>

Licia is a utility library that focus on getting daily works done. Unlike other libraries such as underscore, mout, which strictly separates its functions into several categories like array, string and function etc. licia is just a deadly simple collection of over 400 micro modules dealing problems in different aspects.

Benefits

Installing one library brings you tons of useful utilities:

Usage

Just install licia and use it like any other npm utility modules such as lodash.

npm i licia --save
const uuid = require('licia/uuid');

console.log(uuid()); // -> 0e3b84af-f911-4a55-b78a-cedf6f0bd815

Looking for Licia modules written in ES6 or smaller bundle sizes? Check out licia-es. There is also an online tool to build a customized utility library, check here.

Contribution

Read Contributing Guide for development setup instructions.