hni 0.0.2

ni-compatible package manager command router with node shim
Documentation
1
2
3
4
5
use crate::core::error::HniError;

pub fn render_error(error: &HniError) -> String {
    format!("hni: {error}")
}