1.3.0 ā€¢ Published 7 months ago

@seonggukchoi/toolkit v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Toolkit

Perform your work intuitively without the need for searching!

This project was created to simplify conversions and value generation that are commonly required during software development.

You don't need to visit potentially dangerous websites by Googling for Base64 encoding, or you don't need to scour Stack Overflow to generate hash values too.

How to Install

You only need to input one line in the shell.

npm install -g @seonggukchoi/toolkit

How to Use

In the shell, run the tk command (an alias for the toolkit command) with the --help option to see the available options.

tk --help

# --- Result ---
# Usage: tk [options] [command]
#
# Options:
#   -h, --help        display help for command
#
# Commands:
#   random [options]  Generate a random string.
#   encode [options]  Encode the input.
#   ...

For example, if you want to create a strong password with 32 characters, you can simply input like this.

tk random -s -l 32 -c

# --- Result ---
# m~-{ts@6TNc}ra~N.!<#ZH_BB2DJ+F-%
#
# Copied to clipboard!

Also, if you want to decode a Base64 string, you can input like this.

tk encode -b VGhpcyBpcyB2ZXJ5IGVhc3kh -d

# --- Result ---
# This is very easy!

šŸ§”šŸ»ā€ā™‚ļø "THAT EASY?"

Enjoy software development by using various other features!

License

This project is licensed under the MIT License - see the LICENSE file for details. And, this README.md file was partially generated with the help of GitHub Copilot.

1.3.0

7 months ago

1.2.0

8 months ago

1.1.0

8 months ago

1.0.0

8 months ago

0.0.1

8 months ago