1.0.0 • Published 2 years ago

chisel-plugin-wordpress v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
2 years ago

chisel-plugin-wordpress

Modifies chisel-scripts' webpack config with copying of assets and generation of json manifest used to link assets from WordPress templates.

Injected Commands

  • chisel-scripts dev

    Uses Browsersync in combination with webpack-dev-middleware and webpack-hot-middleware to provide good development experience.

    Usage: chisel-scripts dev [options]
    
    start development server
  • chisel-scripts wp

    Usage: chisel-scripts wp [options]
    
    run WP-CLI command
  • chisel-scripts wp-config

    Usage: chisel-scripts wp-config [options]
    
    configure WP (writes wp/wp-config-local.php an dev-vhost.conf)
  • chisel-scripts add-page

    Usage: chisel-scripts add-page [options] <page...>
    
    add page(s) (creates twig templates and entries in WP)