Skip to content

rprasath/developer-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

developer-tools

Progressive Web App that bundles a curated set of everyday developer utilities. The home page now features a search bar and richer descriptions so you can quickly find the tool you need.

Included tools

  • Replace Line Breaks – Turn newline separated content into SQL statements, comma separated lists, and more.
  • GUID Helpers – Generate GUIDs or convert them to and from numeric representations.
  • String Formatter – Format JSON and SQL, convert casing, and perform URL/Base64 encoding or decoding.
  • JSON Edit/Sort – Sort JSON structures and drop unwanted properties before sharing data.
  • Compare Tool – Review differences between two snippets of text or code with a diff viewer.
  • Unix Timestamp Converter – Convert timestamps to readable dates (local and UTC) and vice versa.
  • JWT Decoder – Inspect JSON Web Tokens completely offline with formatted JSON and claim summaries.
  • Regex Tester – Experiment with regular expressions, highlight matches, and preview replacements in real time.

Development

dotnet build

Run the app with dotnet run inside the DevTools project for local testing.

About

Contains commonly used developer tools as an offline PWA

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages