GithubHelp home page GithubHelp logo

multiplica-wp's Introduction

Installation

Requirements

multiplica requires the following dependencies:

Quick Start

Clone or download this repository, change its name to something else (like, say, multiplica), and then you'll need to do a six-step find and replace on the name in all the templates.

  1. Search for '_multiplica' (inside single quotations) to capture the text domain and replace with: 'multiplica'.
  2. Search for _multiplica_ to capture all the functions names and replace with: multiplica.
  3. Search for Text Domain: multiplica in style.css and replace with: Text Domain: multiplica.
  4. Search for  multiplica (with a space before it) to capture DocBlocks and replace with:  Megatherium_is_Awesome.
  5. Search for _multiplica- to capture prefixed handles and replace with: multiplica-.
  6. Search for _MULTIPLICA_ (in uppercase) to capture constants and replace with: MULTIPLICA.

Then, update the stylesheet header in style.css, the links in footer.php with your own information and rename _multiplica.pot from languages folder to use the theme's slug. Next, update or delete this readme.

Setup

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

$ composer install
$ npm install

Available CLI commands

multiplica 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.
  • npm run start : watches all SASS files and recompiles them to css when they change, also with JS files.
  • npm run build : generates all files for production.

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

Good luck!

multiplica-wp

multiplica-wp's People

Contributors

guillorrr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.