https://github.com/fairplayer4/scripts
A collection of scripts that I have written
https://github.com/fairplayer4/scripts
Last synced: 26 days ago
JSON representation
A collection of scripts that I have written
- Host: GitHub
- URL: https://github.com/fairplayer4/scripts
- Owner: FairPlayer4
- License: apache-2.0
- Created: 2020-08-10T11:55:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T16:05:31.000Z (almost 6 years ago)
- Last Synced: 2025-06-04T19:24:31.894Z (about 1 year ago)
- Language: PowerShell
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scripts
A collection of scripts that I have written, basically proof that Powershell is easy :)
I use a C# coding style so the scripts will not look like conventional scripts.
I also use .NET libraries in those scripts.
If someone is interested in how these scripts work or you need a modifications to fit your needs then send me a message.
GenerateThriftCode
-> Generates thrift code for java and c# in different packages/namespaces (for detailed description pm me). It was used to simplify the process of creating thrift code in the process of development.
UpdateEclipseClasspath
-> Generates the eclipse classpath for a maven project (dependencies need to be copied to a folder libs in the project). It was used to allow creating a non-maven eclipse build for developers that did not have maven installed.