Installing @briklab/lib
Follow the common installation tutorial
This tutorial provides comprehensive instructions on how to install @briklab/lib and other BrikLab packages.
Quick Install
Using pnpm
bash
pnpm add @briklab/libUsing npm
bash
npm install @briklab/libVerify Installation
Test that the installation was successful by importing a module:
ts
import JSTC from "@briklab/lib/jstc";
// If no errors, installation is successful
console.log("@briklab/lib installed successfully!");Next Steps
- JSTC Tutorial: Learn runtime type checking
- Warner Tutorial: Manage warnings
- Color Tutorial: Work with colors
- Stylesheet Tutorial: Create styles
- CLI-John Tutorial: Build CLIs