ikarth / game-boy-rom-generator

Game Boy ROM Generator
MIT License
7 stars 0 forks source link

Add createExampleProject() functions. #118

Open ikarth opened 4 years ago

ikarth commented 4 years ago

Many of the generator files have a createExampleProject() function that demonstrates how to use the generators within that file. This is useful for both documentation and for writing unit tests. We should add a createExampleProject() function to all of the files where it makes sense.