This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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. |