Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

ahelmy/xdev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

X development tools

codecov

Inspired by DevToys

XDev helps with daily development tasks like formatting JSON, base64 encoding / decoding and others. No need to use many untrustworthy websites to do simple tasks with your data.

Table of Contents

Installation

  1. Clone the repository:
git clone https://github.com/ahelmy/xdev.git
  1. Navigate to the project directory:
cd xdev
  1. Build from source:
go build -o xdev
  1. Start the application:
./xdev

Usage

You can use it directly by:

go  install  github.com/ahelmy/xdev@latest

if go/bin is not in your path, either add it or use ~/go/bin

xdev -h

Features

List of features:

  • UUID Generator

  • JWT decoding

  • Base64 encoding

  • Base64 decoding

  • JSON indention

  • JSON minifying

  • Password generator

Next

  • JWT encoding

  • JSON to Yaml

  • Yaml to JSON

...

Contributing

If you are interested to fix an issue or add new feature, you can just open a pull request.

License

Licensed with Apache 2.0