0.1.0 • Published 10 years ago
generator-wp-skeleton v0.1.0
generator-wp-skeleton
Yeoman generator
My Wordpress projects tend to start out the same way, so this Yeoman Generator will:
- Add basic Grunt modules/tasks
- Create a
srcfolder for all production files - Create new git repo
- Add Wordpress Skeleton as a git submodule
- Symlink the
public_htmlfolder on my MAMP server - Create a new database on MAMP
Getting Started
What is Yeoman?
Yeoman helps you to kickstart new projects, prescribing best practices and tools to help you stay productive. Learn more at yeoman.io
Install Yeoman
In the Terminal, type:
npm install -g yoYeoman Generators
You can think of a generator like a plug-in. Each generator helps you scaffold complete projects or useful parts. Yeoman doesn't come with any generators by default. You get to choose what type of application you wish to create, such as a Backbone application or even a Chrome extension.
To install generator-wp-skeleton from npm, run:
npm install -g generator-wp-skeletonFinally, initiate the generator:
yo wp-skeletonLicense
MIT