Repository files navigation
Using the WP project scaffolding to start a new WP project
Download the zipfile
Copy the content of rootto the root folder of your new project
Edit bower.jsonwith your new project details
Edit package.jsonwith your new project details
Rename and edit PROJECT_NAME.subline-projectwith your new project details
Edit README.mdwith your new project title
Edit /sass/styles.scsswith your new theme title
Rename root/.gitignore-rootto .gitignore and edit with your new project details
CD into the new project root directory and run git initto create an empty git repo
Create your remote repos (i.e. on GitHub or BitBucket )
Add your remotes to your local project i.e. git remote add origin https://github.com/user/repo.git
Visit the README.mdof your new project for further instructions.
About
This is the project scaffolding that I use for new WordPress projects.
Topics
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.