@briklab/lib 3.0.0 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,9 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
### @briklab/lib is the core package for briklab packages
|
|
4
4
|
|
|
5
|
+
[Read Docs](https://briklab-docs.pages.dev/packages/lib/)
|
|
5
6
|
**It Introduces:**
|
|
6
|
-
- **@briklab/cli-john:** Generate a [CLI](https://en.wikipedia.org/wiki/Command-line_interface) with ease.
|
|
7
|
-
- **@briklab/jstc:** Add Type Checking for JavaScript.
|
|
7
|
+
- **@briklab/lib/cli-john:** Generate a [CLI](https://en.wikipedia.org/wiki/Command-line_interface) with ease.
|
|
8
|
+
- **@briklab/lib/jstc:** Add Type Checking for JavaScript.
|
|
9
|
+
- **@briklab/lib/color:** A color manipulation library.
|
|
10
|
+
- **@briklab/lib/stylesheet:** A CSS-in-JS library for styling components.
|
|
11
|
+
- **@briklab/lib/warner:** A set of utilities for creating and managing warnings in your code.
|
|
8
12
|
|
|
9
13
|
## Exports
|
|
10
14
|
|