@nativescript-community/md5
为文件快速计算 MD5 的 NativeScript 插件
npm i --save @nativescript-community/md5

@nativescript-community/md5

Downloads per month NPM Version

为文件快速计算 MD5 的 NativeScript 插件


目录

安装

从您项目的根目录运行以下命令

ns plugin add @nativescript-community/md5

API

此插件的 API 文档可在 此处 获取。

演示和开发

设置

要运行演示,您必须递归地克隆此存储库。

git clone https://github.com/@nativescript-community/md5.git --recursive

安装依赖项

npm i # or 'yarn install' or 'pnpm install'

交互式菜单

要启动交互式菜单,请运行 npm start(或 yarn startpnpm start)。这将列出所有常用的脚本。

构建

npm run build

npm run build.angular # or for Angular

演示

npm run demo.[ng|react|svelte|vue].[ios|android]

npm run demo.svelte.ios # Example

问题

如果您有任何问题/问题/评论,请随时在 NativeScript 社区 Discord 中创建问题或开始对话。