Giter Site home page Giter Site logo

farmhand's Introduction

famhand

A node script to keep Github repo fresh for WordPress plugins.

Install

npm install --save-dev @tarosky/farmhand

GitHub Actions

GitHub Action is also available. Please check it to keep your plugin fresh.

Commands

2 CLI commands are available.

wp-outdated

Mainly for debugging. You can check if your repository follows WordPress updates.

npx wp-outdated
// -> [UPDATE] Test Wordpress version from "5.8" to "6.2"

wp-str-search

Download and search string throughout multiple WordPress. What is this for?

Let's think about @wordpress/server-side-render package as an example.

This package was formerly grouped in wp.components, but after several versions for backward compatibility, finally dropped in WordPress 6.2.

Cause this may change your plugin's minimum requirements, so you should know which version @wordpress/server-side-render is introduced.

npx wp-str-search wp-server-side-render --oldest=5.0

License

This program is licensed under MIT.

© 2023 Tarosky INC.

farmhand's People

Contributors

fumikito avatar

Watchers

 avatar  avatar

farmhand's Issues

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.