All Projects → liriliri → Licia

liriliri / Licia

Licence: mit
Useful utility collection with zero dependencies

Programming Languages

javascript
184084 projects - #8 most used programming language
Smarty
1635 projects

Projects that are alternatives of or similar to Licia

Elf Strings
elf-strings will programmatically read an ELF binary's string sections within a given binary. This is meant to be much like the strings UNIX utility, however is purpose built for ELF binaries.
Stars: ✭ 127 (-93.6%)
Mutual labels:  utility
Fac
Easy-to-use CUI for fixing git conflicts
Stars: ✭ 1,738 (-12.4%)
Mutual labels:  utility
Shallowequal
↔️ Like lodash v3.x isEqualWith but for shallow equal.
Stars: ✭ 151 (-92.39%)
Mutual labels:  utility
Asciigraph
Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies.
Stars: ✭ 1,805 (-9.02%)
Mutual labels:  utility
React Sizeme
Make your React Components aware of their width and height!
Stars: ✭ 1,770 (-10.79%)
Mutual labels:  utility
Wallutils
🌆 Utilities for handling monitors, resolutions, wallpapers and timed wallpapers
Stars: ✭ 145 (-92.69%)
Mutual labels:  utility
Swift Selection Search
Swift Selection Search (SSS) is a simple Firefox add-on that lets you quickly search for some text in a page using your favorite search engines.
Stars: ✭ 125 (-93.7%)
Mutual labels:  utility
Browserselect
Browser Select is a utility to dynamically select the browser you want instead of just having one default for all links.
Stars: ✭ 154 (-92.24%)
Mutual labels:  utility
Packagehunter
📥 [Android Library] Hunt down all package information
Stars: ✭ 137 (-93.09%)
Mutual labels:  utility
Japanese.js
Util collection for Japanese text processing. Hiraganize, Katakanize, and Romanize.
Stars: ✭ 150 (-92.44%)
Mutual labels:  utility
Calypsobot
A fully customizable bot built with discord.js
Stars: ✭ 131 (-93.4%)
Mutual labels:  utility
Nightfall
A menu bar utility for toggling dark mode in macOS, written in Swift.
Stars: ✭ 131 (-93.4%)
Mutual labels:  utility
Georaptor
Python Geohash Compression Tool
Stars: ✭ 143 (-92.79%)
Mutual labels:  utility
Interactor
A Simple Website User Interaction Tracker.
Stars: ✭ 128 (-93.55%)
Mutual labels:  utility
Weihanli.common
common tools,methods,extension methods etc... .net 常用工具类,公共方法,常用扩展方法等,基础类库
Stars: ✭ 152 (-92.34%)
Mutual labels:  utility
Slickr
A collection of python and bash scripts to collect and analyze frame rendering performance in Android apps.
Stars: ✭ 126 (-93.65%)
Mutual labels:  utility
Shpotify
A command-line interface to Spotify.
Stars: ✭ 1,782 (-10.18%)
Mutual labels:  utility
Sudo
Order bash to do things by shouting.
Stars: ✭ 155 (-92.19%)
Mutual labels:  utility
Php Ip Tools
Useful tools for IP manipulations
Stars: ✭ 152 (-92.34%)
Mutual labels:  utility
Fastify Sensible
Defaults for Fastify that everyone can agree on
Stars: ✭ 147 (-92.59%)
Mutual labels:  utility

中文

Licia

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].