Skip to content

chapitreneuf/nova-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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