Skip to content

jordancode/phil_skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

phil_skeleton

scaffolding for a project built with Phil

Usage:

  1. Checkout the code
git clone --depth 1 https://github.com/jordancode/phil_skeleton.git [My new app directory]
  1. Point to a new repository
cd [My new app directory] (or whatever checkout directory you picked)
rm -rf .git/
git init
git remote add origin [new repo url]
  1. Rename phil_skeleton directory -> [your app name]
mv phil_skeleton [your app name]
  1. Initialize phil submodule
git submodule init
git submodule update
  1. Commit and push
git add .
git commit -m "First Commit"
git push origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published