otter-pm
NPM-compatible package manager for Otter.
Overview
otter-pm is a lightweight package manager that provides npm registry compatibility for Otter projects. It can download and install packages from the npm registry.
Features
- Download packages from npm registry
- Resolve dependencies
- Cache packages locally
- Support for semantic versioning
Usage
Add to your Cargo.toml:
[]
= "0.1"
Basic Example
use PackageManager;
async
License
MIT