Table of Contents
This project aims to provide useful utilities to developers, with a nice UI/UX. This is a frontend-only project built with React, 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 Local Only 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:5173 on your browser to access this web application
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request to the
previewbranch
Distributed under the MIT License. See LICENSE.txt for more information.
Rufus Immanuel Raj P - rufus5802@gmail.com
Project Link: https://github.com/rufus582/dev-utils
