-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update build-deploy.yml * Fixed missing ng build * More changes to deploy pipeline * Removed coverage from action * Updated ci/cd - Fixed Readme
- Loading branch information
1 parent
9e0aebf
commit 34a159c
Showing
3 changed files
with
49 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,42 @@ | ||
# Util Plex | ||
website with a bunch of developer utilities | ||
# 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. | ||
|
||
|
||
## Table of Contents | ||
|
||
- [UtilPlex - Developer Utilities](#utilplex---developer-utilities) | ||
- [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. | ||
|
||
## 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters