Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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\

About

SQL Converter for converting lowercase keywords to Uppercase

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages