Installation Instructions - Parsimotion/lib-coffee-seed GitHub Wiki

#Installation instructions

  1. replace the string "lib-coffee-seed" with the name you want, in all the project.
  2. rename files with name "lib-coffee-seed" with the name you want, in all the project.
  3. rm -rf .git
  4. git init .
  5. git commit --allow-empty -m "Initial commit"
  6. git remote add origin [email protected]:your_org/your_repo.git
  7. git push -u origin master