Skip to content

Instantly share code, notes, and snippets.

View akamud's full-sized avatar
👳‍♂️

Mahmoud Ali akamud

👳‍♂️
View GitHub Profile
@akamud
akamud / README-Template.md
Created September 12, 2017 13:58 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@akamud
akamud / how-to.ps1
Created May 2, 2020 12:02 — forked from lucasteles/how-to.ps1
Rename all file names and replace all files content
# copy the replace-everything.ps1 to the folder
# run
.\replace-everything.ps1 -Folder . -FilePattern *.cs -TextToChange "from" -NewText "To"