=== Plugin Name === Contributors: welaika, stefano.verna Donate link: https://github.com/welaika/wordless Tags: pug, webpack, scss, npm, yarn, babel, es6 Requires at least: 5.5.1 Tested up to: 6.2 Stable tag: 6.0.3 License: The MIT License License URI: http://www.opensource.org/licenses/MIT Wordless is a junction between a WordPress plugin and a theme boilerplate that dramatically speeds up and enhances your custom theme creation. Some of its features are: * A structured, organized and clean [theme organization](https://wordless.readthedocs.io/en/latest/_pages/usage/anatomy.html) * Bootstrap a new theme directly within wp-cli * Write PHP templates with [Pug templating system](https://github.com/pug-php/pug) * Write CSS stylesheets using the awesome [SCSS syntax](http://sass-lang.com) * Out-of-the-box support to [Stylelint](https://stylelint.io/) configured for SCSS syntax. * Write Javascript logic using modern syntax thanks to [Babel](https://babeljs.io/) * Automatically polyfill (with [core-js](https://github.com/zloirock/core-js)) and transpile Javascript based on your support inside [`.browserslistrc`](https://github.com/browserslist/browserslist) * A growing set of handy and documented PHP helper functions ready to be used within your views * Preconfigured support to [MailHog](https://github.com/mailhog/MailHog) mail-catcher in development. * Development workflow backed by [WebPack](https://github.com/webpack/webpack), [BrowserSync](https://www.browsersync.io/) (with live reload), [WP-CLI](http://wp-cli.org/), [Yarn](https://yarnpkg.com/en/). All the standards you already know, all the customizations you may need. ## Documentation ### Complete documentation Read the complete Wordless documentation at [wordless.readthedocs.io](https://wordless.readthedocs.io/en/latest/?badge=latest) where you'll find - hopefully - all the informations about installation, usage guide, in depth explanation about the stack. ### Buil-in helpers documentation You can find it at http://welaika.github.io/wordless/docs/latest/html/index.html. == Changelog == You can find the changelog @ https://github.com/welaika/wordless/releases