@wrdagency/wp-scaffold
v1.3.10
Published
Created by Kyle Cooper at [WRD.studio](https://wrd.studio).
Downloads
103
Readme
WP-Scaffold
Created by Kyle Cooper at WRD.studio.
Installation
We recommend you install WP-Scaffold globally to allow you to create projects.
npm i @wrdagency/wp-scaffold -gCommands
Create a New Dynamic Theme
Quickly create a new dynamic theme. You'll be prompted for all relevant information.
npx scaffold-themeCreate a New Block in your Theme
Create a new block. Use npx scaffold-block --help for information on arguments.
npx scaffold-blockThis is an alias for WP-Blocks' command. We'd recommend you use that directly.
Export your Theme or Plugin
Create an exported ZIP file ready for installation in WordPress.
npx package-themenpx package-pluginBy default, everything in your .gitignore will not be included in the export. You can use the --exclude argument (or it's shorthand -e) to override this and specify files to exclude.
