biometric-keychain
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

Biometric Keychain

Usage:
    get    <namespace> <key>
    set    <namespace> <key> <value> [--strict]
    delete <namespace> <key> [--strict]

Arguments:
    <namespace> A unique value used to prevent storage conflicts.
    <key>       The key to operate on.
    <value>     The value to store (only for 'set').
    --strict    Optional boolean flag (true/false). Defaults to false.
                 - For 'set': If the key already exists, the command will fail.
                 - For 'delete': If the key does not exist, the command will fail.

Examples:
    set    namespace key value
    set    namespace key value --strict
    get    namespace key
    delete namespace key
    delete namespace key --strict

Screenshot of Script in Terminal

[!TIP] Run chmod +x main.swift to fix zsh: permission denied: ./main.swift error.

Package Sidebar

Install

npm i biometric-keychain

Weekly Downloads

18

Version

1.0.8

License

MIT

Unpacked Size

22.2 kB

Total Files

12

Last publish

Collaborators

  • navtoj