This is a simple Node.js application for encoding and decoding strings into personalized Pseudo-Leet-Speak-CLI.
- Clone the repository:
git clone https://github.com/compiled-beetle/Pseudo-Leet-Speak
- Navigate to the project directory:
cd Pseudo-Leet-Speak
- Install dependencies:
npm install
To encode a string into Pseudo-Leet-Speak, run:
npm start -- -e -s "<input_string>"
To decode a Pseudo-Leet-Speak string, run:
npm start -- -d -s "<leet_string>"
-e, --encode
: Encode the input string-d, --decode
: Decode the input string-s, --string <string>
: Input string to encode or decode-h, --help
: Display help for command
This project is licensed under the MIT License - see the LICENSE file for details.
Encoding:
npm start -- -e -s "the quick brown fox jumps over the lazy dog."
Output:
†#3 &µ!©|< 8®Øv²ท ƒØ>< _]µ^^|^5 Ø|/3® †#3 142¥ |)Ø9.
Decoding:
npm start -- -d -s "†#3 &µ!©|< 8®Øv²ท ƒØ>< _]µ^^|^5 Ø|/3® †#3 142¥ |)Ø9."
Output:
the quick brown fox jumps over the lazy dog.