JSPM

@nativescript-community/md5

1.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 29
  • Score
    100M100P100Q78529F
  • License Apache-2.0

NativeScript plugin for fast MD5 computation for files

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nativescript-community/md5) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    @nativescript-community/md5

    Downloads per month NPM Version

    NativeScript plugin for fast MD5 computation for files


    Table of Contents

    Installation

    Run the following command from the root of your project:

    ns plugin add @nativescript-community/md5

    API

    The API documentation for this plugin is available here.

    Demos and Development

    Setup

    To run the demos, you must clone this repo recursively.

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

    Install Dependencies:

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

    Interactive Menu:

    To start the interactive menu, run npm start (or yarn start or pnpm start). This will list all of the commonly used scripts.

    Build

    npm run build
    
    npm run build.angular # or for Angular

    Demos

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

    Questions

    If you have any questions/issues/comments please feel free to create an issue or start a conversation in the NativeScript Community Discord.