Dev-Utils. provides useful utilities to developers, with a nice UI/UX. This is a frontend-only project built using Tanstack Start, so you can be assured of the privacy & security of your data. Below is the list of utils that are available:
- Text Converter - Convert text from/to formats like JSON, YAML, TOML, Base64, CSV
- JQ Playground - Experiment and play around with JQ
- JMESPATH Playground - Experiment and play around with JMESPATH
- JSON Table Viewer - View simple & complex JSON in a simple, yet readable table format
- SQL Playground - Create/import tables from JSON files, and play around it using SQL
- CEL Playground - Test & evaluate different conditions using CEL Expression
When you set up this project and run it in your localhost, you can access the below feature(s):
- In JSON Table Viewer, you can fetch the JSON content from a given CURL command using the
Fetch from CURLbutton
To get a local copy of this project and access the above features, follow the below steps.
You need to have installed. For macOS with
run the below command
brew install pnpmFor other platforms and more details, visit the official site here
-
Clone the repo
git clone https://github.com/rufus582/dev-utils.git
-
Install dependencies
pnpm install
-
Run the dev server
pnpm run dev
-
Visit http://localhost:3000 on your browser to access this web application
I am not currently accepting direct contributions.
If you'd like to help:
- Open an issue for bugs or feature requests.
- If you already have a proposed solution, include it in the issue.
- If the proposal looks like a good fit, I may ask you to submit a pull request.
- We'll take it from there.
Distributed under the MIT License. See LICENSE.txt for more information.
