You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,15 @@
15
15
Useful utility collection with zero dependencies.
16
16
17
17
To check all current available functions, click
18
-
[here](http://eustia.liriliri.io/module.html).
18
+
[here](https://eustia.liriliri.io/module.html).
19
19
20
20
## Another Lodash?
21
21
22
22
No. The goal of Licia is to provide a huge number of useful and small JavaScript codes, not just functions, but also modules and classes. Think of it as a mini version of npm suitable for tiny packages.
23
23
24
24
## Usage
25
25
26
-
It is recommended to use the official bundler [eustia](http://eustia.liriliri.io/) to easily build a customized utility library for your project. But if you don't like it, just install **licia** and use it like any other npm utility modules such as lodash.
26
+
It is recommended to use the official bundler [eustia](https://eustia.liriliri.io/) to easily build a customized utility library for your project. But if you don't like it, just install **licia** and use it like any other npm utility modules such as lodash.
27
27
28
28
```bash
29
29
npm i licia --save
@@ -35,20 +35,22 @@ var uuid = require('licia/uuid');
0 commit comments