hni 0.0.3

ni-compatible package manager command router with node shim
Documentation
1
2
3
4
5
6
7
8
9
10
//! HNI - ni-compatible package manager command router with node shim.
//!
//! This crate provides a unified interface for working with multiple package managers
//! (npm, yarn, pnpm, bun) using ni-compatible commands.

pub mod app;
pub mod commands;
pub mod core;
pub mod features;
pub mod platform;