9 releases

0.1.18 Aug 21, 2024
0.1.16 Aug 21, 2024

#118 in Internationalization (i18n)

Download history 692/week @ 2024-08-18 24/week @ 2024-08-25 5/week @ 2024-09-01

721 downloads per month
Used in i18n-site

MulanPSL-2.0

40KB
713 lines

npmi

use aok::{Result, OK};
use static_init::constructor;

#[constructor(0)]
extern "C" fn init() {
  loginit::init()
}

#[tokio::test]
async fn test() -> Result<()> {
  let pkg = npmi::PkgLi::new("/tmp/test", &["@i18n.addon/toc"]);
  pkg.auto().await?;
  // npm.i(pkg).await?;

  OK
}

About

This project is an open-source component of i18n.site ⋅ Internationalization Solution.

关于

本项目为 i18n.site ⋅ 国际化解决方案 的开源组件。

Dependencies

~13–26MB
~387K SLoC