cutratefuture / friendly-guide

a basic wordpress theme for hacking away at

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

friendly-guide

hacky theme attempt #2

Installation

Requirements

_s requires the following dependencies:

Setup

To start using all the tools that come with _s you need to install the necessary Node.js and Composer dependencies :

$ composer install
$ npm install

Available CLI commands

_s comes packed with CLI commands tailored for WordPress theme development :

  • composer lint:wpcs : checks all PHP files against PHP Coding Standards.
  • composer lint:php : checks all PHP files for syntax errors.
  • composer make-pot : generates a .pot file in the languages/ directory.
  • npm run compile:css : compiles SASS files to css.
  • npm run compile:rtl : generates an RTL stylesheet.
  • npm run watch : watches all SASS files and recompiles them to css when they change.
  • npm run lint:scss : checks all SASS files against CSS Coding Standards.
  • npm run lint:js : checks all JavaScript files against JavaScript Coding Standards.
  • npm run bundle : generates a .zip archive for distribution, excluding development and system files.

Now you're ready to go! The next step is easy to say, but harder to do: make an awesome WordPress theme. :)

Good luck!

About

a basic wordpress theme for hacking away at

License:GNU General Public License v2.0


Languages

Language:SCSS 46.0%Language:PHP 27.0%Language:JavaScript 14.1%Language:CSS 12.9%