1.0.0 • Published 11 months ago

@swisstronik/swisstronik.js v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

Swisstronik.js

This library contains all necessary functions for encryption / decryption

Install dependencies

Install dependencies with npm:

npm i

Test

Test your code with Jest framework:

npm run test

Note: Example TypeScript Package uses husky, pinst and commitlint to automatically execute test and lint commit message before every commit.

Build

Build production (distribution) files in your dist folder:

npm run build

It generates CommonJS (in dist/cjs folder), ES Modules (in dist/esm folder), bundled and minified UMD (in dist/umd folder), as well as TypeScript declaration files (in dist/types folder).