Socket
Socket
Sign inDemoInstall

generator-wp-skeleton

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-wp-skeleton

Yeoman generator for Wordpress Skeleton


Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

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 src folder for all production files
  • Create new git repo
  • Add Wordpress Skeleton as a git submodule
  • Symlink the public_html folder 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 yo

Yeoman 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-skeleton

Finally, initiate the generator:

yo wp-skeleton

License

MIT

Keywords

FAQs

Package last updated on 16 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc