Socket
Book a DemoInstallSign in
Socket

itk-wasm

Package Overview
Dependencies
Maintainers
1
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

itk-wasm

High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.

latest
Source
npmnpm
Version
1.0.0-b.196
Version published
Maintainers
1
Created
Source

import fs from 'fs-extra' import path from 'path'

function dispatchPackageReadme(packageName, packageDescription, packageDir) { let readme = '' readme += # ${packageName}\n readme += \n[![PyPI version](https://badge.fury.io/py/${packageName}.svg)](https://badge.fury.io/py/${packageName})\n readme += \n${packageDescription}\n readme += \n## Installation\n \``sh pip install ${packageName} ``` ` const readmePath = path.join(packageDir, 'README.md') if (!fs.existsSync(readmePath)) { fs.writeFileSync(readmePath, readme) } }

export default dispatchPackageReadme

Keywords

itk

FAQs

Package last updated on 13 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts