arcscript

command module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 29, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

README

ArcScript

Arcscript serves as a general Command Line Interface (CLI) tool for software developer.

Installation

  1. Install Golang from Golang's official website.
  2. Clone this repo in your machine.
  3. Run the following command in the directory:
    go install
    
  4. All done!

Commands

Convert

Converters that encode or decode strings to or from their specific formats.

base64

Encode / Decode base64 strings.

Random

Generates random data.

string

Generates random strings. Constraints can be applied using the charset flag. Default is none.

eddsa

Generates random EDDSA key pair. The results are generated as two PEM files. You can change the private key output file name and path with the out flag. Public key file name will always be private_key_name.pub. Default is ./eddsa_key.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL