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

Latest commit

 

History

History
140 lines (56 loc) · 1.48 KB

README.md

File metadata and controls

140 lines (56 loc) · 1.48 KB

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

  • JSON to Yaml

  • Yaml to JSON

Next

  • JWT encoding

  • URL encoding

  • URL decoding ...

Contributing

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

License

Licensed with Apache 2.0