Skip to content

v2.0.2

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jun 22:10

What's Changed

  • chore: Increase version (78850f0)

Installation Methods

Recommended: Install directly from GitHub

npm will automatically build from source (via prepare script):

npm install github:F4RAN/cuimp-ts#v2.0.2

Or in package.json:

{
  "dependencies": {
    "cuimp": "github:F4RAN/cuimp-ts#v2.0.2"
  }
}

Alternative: Manual installation (pre-built)

If you don't want automatic building, download cuimp-ts-v2.0.2.tar.gz (includes dist):

wget https://github.com/F4RAN/cuimp-ts/releases/download/v2.0.2/cuimp-ts-v2.0.2.tar.gz
tar -xzf cuimp-ts-v2.0.2.tar.gz -C ./cuimp
npm install ./cuimp