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.zipUser 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:
npm run lint:css– Checks all SASS files against the WordPress CSS Coding Standards.npm run lint:js– Checks all JavaScript files against the WordPress JavaScript Coding Standards.
cd assets
npm run lint:css
npm run lint:js