Getting Started
Installation
lip is a standalone executable. Download the latest version from the releases page.
Windows
shell
winget install futrime.lipLinux / macOS
shell
curl -fsSL https://raw.githubusercontent.com/futrime/lip/HEAD/scripts/install.sh | shQuick Start
Initialize a new project:
shell
lip initThis creates a tooth.json manifest in the current directory.
Install a package:
shell
lip install github.com/LiteLDev/LeviLamina@1.0.0List installed packages:
shell
lip listView package details from a registry:
shell
lip view github.com/LiteLDev/LeviLamina@1.0.0