Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 551 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 551 Bytes

Nova starter

How to use

To start a new project:

  1. Clone this repo, remove .git and 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
  1. Edit version.json (name and repository keys)

  2. Commit all changes

git add --all
git commit -m "Initialisation du projet"

Full documentation

See Nova: https://github.com/chapitreneuf/nova

Credit

Chapitre neuf