Coder Social home page Coder Social logo

isabella232 / action-scheduler-admin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from woocommerce/action-scheduler-admin

0.0 0.0 0.0 799 KB

Action Scheduler screen for the WooCommerce Admin interface

License: GNU General Public License v3.0

PHP 49.19% JavaScript 50.81%

action-scheduler-admin's Introduction

action-scheduler-admin

Action Scheduler screen for the WooCommerce Admin interface


Prerequisites

Development

After cloning the repo, install dependencies with npm install. Now you can build the files using one of these commands:

  • npm run clean : Clean the /dist/ folder where the React app lives
  • npm run build:core : Build a production version
  • npm run start : Build a development version, watch files for changes
  • npm run prebuild : Check for outdated dependencies and update those found

There are also some helper scripts:

  • npm run lint:js : Run eslint over the javascript files
  • npm run lint:php : Run phpcs over the PHP files
  • npm run lint : Run eslint over the javascript AND phpcs over the PHP files
  • npm run i18n : A multi-step process, used to create a pot file from both the JS and PHP gettext calls. First it runs i18n:js, which creates a temporary .pot file from the JS files. Next it runs i18n:php, which converts that .pot file to a PHP file. Lastly, it runs i18n:pot, which creates the final .pot file from all the PHP files in the plugin (including the generated one with the JS strings).

action-scheduler-admin's People

Contributors

jorgeatorres avatar rrennick avatar timmyc 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.