https://github.com/timothydodd/utilplex
website with a bunch of developer utilities
https://github.com/timothydodd/utilplex
Last synced: about 1 year ago
JSON representation
website with a bunch of developer utilities
- Host: GitHub
- URL: https://github.com/timothydodd/utilplex
- Owner: timothydodd
- Created: 2023-09-25T22:25:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T18:50:11.000Z (over 2 years ago)
- Last Synced: 2024-03-13T19:47:28.162Z (over 2 years ago)
- Language: TypeScript
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UtilPlex - Developer Utilities
UtilPlex is a collection of utility tools for developers, designed to simplify common tasks in the development workflow. This Angular-based website offers features such as JSON to YAML conversion and SQL/JSON formatters.
# Live Version
[https://www.utilplex.com](https://www.utilplex.com)
## Table of Contents
- [UtilPlex - Developer Utilities](#utilplex---developer-utilities)
- [Live Version](#live-version)
- [Table of Contents](#table-of-contents)
- [Features](#features)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [License](#license)
## Features
UtilPlex provides the following features:
- **JSON to YAML Conversion:** Easily convert JSON data to YAML format.
- **SQL Formatter:** Format SQL queries for better readability.
- **JSON Formatter:** Format JSON data with proper indentation and line breaks.
- **Javascript Formatter:** Format Javascript for better readability.
- **Time Zone Conversion:** Convert time from one time zone to another.
## Getting Started
### Prerequisites
Before you can use UtilPlex, make sure you have the following prerequisites installed on your system:
- [Node.js](https://nodejs.org/) (v14 or higher)
- [Angular CLI](https://angular.io/cli) (v12 or higher)
### Installation
1. Clone the UtilPlex repository to your local machine:
```bash
git clone https://github.com/timothydodd/utilplex.git
## License
This project is licensed under the MIT License.