• Stars
    star
    2,258
  • Rank 19,667 (Top 0.4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 8 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Useful utility collection with zero dependencies

中文

Licia

NPM version Build status Test coverage Size License Join the chat at https://gitter.im/liriliri/licia

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:

  • A dom module with jQuery coding style.
  • A cookie library.
  • dateFormat that is good enough to handle most date related work.
  • A Promise polyfill.
  • A micro event emitter library.
  • Ajax and its Promise version fetch.
  • Useful functions from underscore, such as shuffle, unique.
  • mkdir, like mkdirp the module that has many dependents in npm.
  • ...

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.

More Repositories

1

eruda

Console for mobile browsers
JavaScript
17,281
star
2

chii

Remote debugging tool
JavaScript
1,569
star
3

eustia

Tool for generating utility libraries
TypeScript
285
star
4

chobitsu

Chrome devtools protocol JavaScript implementation
TypeScript
244
star
5

luna

UI library
TypeScript
202
star
6

eruda-android

Simple webview with eruda loaded automatically
Kotlin
85
star
7

webvn

HTML5 visual novel engine
JavaScript
82
star
8

vivy-docs

Stable diffusion desktop app
53
star
9

whistle.chii

Whistle Chii plugin
JavaScript
40
star
10

liriliri

HTML5 visual novel engine
JavaScript
38
star
11

eruda-code

Eruda plugin for running JavaScript code
JavaScript
26
star
12

eruda-fps

Eruda plugin for displaying fps info
JavaScript
24
star
13

eruda-dom

Eruda plugin for navigating dom tree
JavaScript
19
star
14

vscode-settings-editor

VS Code visual editor for settings like npm package.json
TypeScript
18
star
15

eruda-features

Eruda plugin for browser feature detections
JavaScript
11
star
16

fione

A collection of utility libraries used by liriliri projects
JavaScript
10
star
17

eruda-plugin

Eruda plugin template
JavaScript
9
star
18

eruda-memory

Eruda plugin for displaying memory
JavaScript
9
star
19

eruda-timing

Eruda plugin for performance and resource timing
JavaScript
8
star
20

tinker

Toolbox for developers
TypeScript
5
star
21

eruda-geolocation

Eruda plugin for testing geolocation
JavaScript
4
star
22

webvn-demo

WebVN Html5 Visual Novel Engine Sample Project
JavaScript
4
star
23

eruda-docs

Eruda website
JavaScript
4
star
24

eruda-monitor

Eruda plugin for displaying fps and memory
JavaScript
4
star
25

eruda-touches

Eruda plugin for visualizing screen touches
JavaScript
3
star
26

eruda-worker

Eruda plugin for displaying web worker status
JavaScript
3
star
27

eruda-orientation

Eruda plugin for testing orientation api
JavaScript
3
star
28

eris

Node c++ addon utilities
C++
3
star
29

lina

Mobile UI library
3
star
30

eruda-vue

Eruda plugin for vue
JavaScript
3
star
31

eustia-component

Eustia component transpiler
JavaScript
3
star
32

deedlit

Simple scripting language
JavaScript
2
star
33

eustia-docs

Eustia website
JavaScript
2
star
34

eustia-babel

Eustia es6 transpiler
JavaScript
2
star
35

eustia-json

Eustia json transpiler
JavaScript
2
star
36

licia-docs

Licia website
JavaScript
1
star
37

webvn-jsdoc3

Jsdoc3 template for WebVN
JavaScript
1
star
38

eriri

WebGL 2d library
1
star
39

eruda-benchmark

Eruda plugin for running JavaScript benchmarks
JavaScript
1
star
40

eustia-lodash

Eustia lodash adapter
JavaScript
1
star