Skip to content

Instantly share code, notes, and snippets.

View y0c's full-sized avatar
🏠
Working from home

hosung y0c

🏠
Working from home
View GitHub Profile
@y0c
y0c / New repo from another boilerplate repo.sh
Created March 29, 2018 04:21
Create a new repo based on another remote boilerplate repo.
# Cloning the boilerplate remote repo
git clone -o [boilerplate name] [boilerplate remote repo] [new-project repo folder name]
# Enter the cloned repo folder
cd [new-project repo folder name]
# Clean the README
rm README.md && touch README.md
# If you have LICENSE, you can clean it too.