To start a new project:
- Clone this repo, remove
.gitand create a new repo.
git clone --depth=1 --branch=master git@github.com:chapitreneuf/nova-starter.git projectname
cd projectname
rm -rf ./.git
git init
git remote add origin new.git.url
-
Edit
version.json(nameandrepositorykeys) -
Commit all changes
git add --all
git commit -m "Initialisation du projet"
See Nova: https://github.com/chapitreneuf/nova