Heisenberg's npm module for easy setup
npm install -g heisenberg
mkdir newproj && cd newproj
heisenberg
It will:
- create a new copy of the Heisenberg repository
- make sure you have pulldown installed and run it to resolve dependencies
- remove the
.git
folder and rungit init
so you get a new clean repository