Skip to content

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

License

Notifications You must be signed in to change notification settings

ArcArcaman/arcscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages