Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdgrimes/wp-plugin-uninstall-scanner
[WIP] Scans a WordPress plugin to determine what things it needs to do when it is uninstalled
https://github.com/jdgrimes/wp-plugin-uninstall-scanner
developer-tools wordpress
Last synced: 13 days ago
JSON representation
[WIP] Scans a WordPress plugin to determine what things it needs to do when it is uninstalled
- Host: GitHub
- URL: https://github.com/jdgrimes/wp-plugin-uninstall-scanner
- Owner: JDGrimes
- License: mit
- Created: 2016-07-01T14:47:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T01:07:52.000Z (about 7 years ago)
- Last Synced: 2024-11-16T01:42:39.559Z (about 2 months ago)
- Topics: developer-tools, wordpress
- Language: PHP
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WP Plugin Uninstall Scanner [![Build Status](https://travis-ci.org/JDGrimes/wp-plugin-uninstall-tester.svg?branch=master)](https://travis-ci.org/JDGrimes/wp-plugin-uninstall-tester)
Scans a WordPress plugin to determine what things it needs to do when it is uninstalled.
## Installation
```bash
composer require --dev jdgrimes/wp-plugin-uninstall-scanner
```## Usage
```bash
vendor/bin/wppus run
```## Description
This is a work in progress.