Powershell Modules

During my career, I often experienced the boring tasks as a developer lived with. Clean project, build project, deploy on IIS, copy on folder, ask if the action should be done or not ?, ... 😒

But my life of developer is more simplest since I decided to automate and simplify these kind of tasks with scripts. 😎

And if we talk scripts, we talk sharing with colleagues, neighborhood, the world ! Or simply create this page and share the links to projects 😊

  • GetBoolChoice | Powershell module with command for asking a boolean question to user with or without default value
  • GetTargetChoice | Powershell module with command for asking a question to user to choose the process target between Debug or Release