Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 605 Bytes

File metadata and controls

30 lines (24 loc) · 605 Bytes

SQLConverter

A simple CLI Tool that lets you convert all Sql keywords to uppercase so you dont have to toggle tab all the time while Coding

Installation

dotnet tool install --global .\nupkg\ SQLConverter

Usage

# To convert a single file
sql <filename>

# To convert all files in a directory
sql -p <path> -a 

# To get help
sql -h
Command description
-h / --h Opens Help
-p / --p prefix for the path input
-a / --a converts all sql files in the active directory

Update

dotnet tool update --global SQLConverter --add-source .\nupkg\