I put the NROM version on GitHub so that you can create new NES projects by forking
pinobatch/nrom-template. One change was made: PNG to CHR conversion was ported to Python 3.
EDIT (2016-11-16): UNROM, UOROM, SGROM, and SNROM version as well at
pinobatch/snrom-template. I forked it from the nrom-template repository so that changes that I make in the NROM version can be reflected in this version.
If you cannot use GitHub's fork functionality for some reason, such as if you prefer Savannah, GitLab, or BitBucket for
whatever reason, you can create an empty repository on your Git host of choice and then clone manually:
Code:
git clone https://github.com/pinobatch/nrom-template.git PROJECT
cd PROJECT
git remote rename origin upstream
git remote add origin https://github.com/USERNAME/PROJECT.git
git push -u origin master