https://github.com/blakepell/stringtransforms
https://github.com/blakepell/stringtransforms
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/blakepell/stringtransforms
- Owner: blakepell
- Created: 2018-12-06T21:41:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T12:49:47.000Z (almost 4 years ago)
- Last Synced: 2025-03-01T06:29:42.616Z (over 1 year ago)
- Language: JavaScript
- Size: 1.65 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
String Transforms ASP.Net Core / Vue Site
=========================================
This is a sample ASP.Net Core site and Vue application to execute various string transforms via C#. The list of transforms are dynamically included via reflection so that no additional plumbing needs to be created when a new transform is added.
Note: The build will currently fail due to a private NuGet package that is in use for various utility methods. This library will be factored out with the code included here.