@swarajd/codebusters-ciphers
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

Build Status

Codebusters-Ciphers

Codebusters-Ciphers is a Javascript library written in TypeScript for Science Olympiad Codebusters ciphers

Installation

Use the package manager npm to install Codebusters-Ciphers.

npm install --save @swarajd/codebusters-ciphers

Usage

const { caesar } = require('@swarajd/codebusters-ciphers');

const plaintext = 'ABCD';
const ciphertext = caesar(plaintext); // "NOPQ"

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

ISC

Dependencies (0)

    Dev Dependencies (11)

    Package Sidebar

    Install

    npm i @swarajd/codebusters-ciphers

    Weekly Downloads

    1

    Version

    0.0.6

    License

    ISC

    Unpacked Size

    13.4 kB

    Total Files

    12

    Last publish

    Collaborators

    • swarajd