WP Manifestindependent plugin directory
manifest / users / user-atlas

User Atlas

User Atlas is an interactive WordPress plugin that displays users in a dynamic table.

by Oleh Kosarenko · github.com/olehkosarenko/user-atlas · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/olehkosarenko/user-atlas/archive/refs/heads/main.zip

User Atlas is an interactive WordPress plugin that displays users in a dynamic table.

Code Quality Checks

Before running the plugin, ensure that your PHP code follows the WordPress coding standards and is free from syntax errors.

Check PHP CodeSniffer (PHPCS) and PHP Syntax

Install the necessary Composer dependencies:

composer require wp-coding-standards/wpcs
composer require squizlabs/php_codesniffer

Run the following command to analyze your code:

vendor/bin/phpcs

Build Process

Navigate to the assets directory. Then, install dependencies and build the project:

cd assets
npm install
npm run build

Available Commands

You can use the following commands for code quality checks and optimizations:

cd assets
npm run lint:css
npm run lint:js