An open API service indexing awesome lists of open source software.

https://github.com/gocodebox/lifterlms-cli

WP CLI commands for LifterLMS
https://github.com/gocodebox/lifterlms-cli

cli hacktoberfest lifterlms wordpress wp-cli

Last synced: 14 days ago
JSON representation

WP CLI commands for LifterLMS

Awesome Lists containing this project

README

          

LLMS-CLI
========

[![Test PHPUnit][img-gh-testing]][link-gh-testing]
[![GitHub Coding Standards Workflow Status][img-gh-cs]][link-gh-cs]
[![Code Climate maintainability][img-cc-maintainability]][link-cc]
[![Code Climate test coverage][img-cc-coverage]][link-cc-coverage]

---

The LLMS-CLI is a collection of WP-CLI commands for [LifterLMS](https://github.com/gocodebox/lifterlms).

This is a feature plugin which will be included in the LifterLMS core plugin automatically.

---

## Documentation

Documentation is automatically generated and imported from the [docs/](./docs) directory into the developer hub at [developer.lifterlms.com/cli/commands](https://developer.lifterlms.com/cli/commands/).

## Installing for development

To install for development either:

+ Download the [latest release](https://github.com/gocodebox/lifterlms-cli/releases) and upload to your WordPress site via FTP or add as new plugin.
+ Clone this repository into your `wp-content/plugins` directory.

## Contributing

Please follow the contribution guidelines put forth by the [LifterLMS core](https://github.com/gocodebox/lifterlms/blob/trunk/.github/CONTRIBUTING.md).

[img-cc-coverage]:https://img.shields.io/codeclimate/coverage/gocodebox/lifterlms-cli?style=for-the-badge&logo=code-climate
[img-cc-maintainability]:https://img.shields.io/codeclimate/maintainability/gocodebox/lifterlms-cli?logo=code-climate&style=for-the-badge
[img-gh-testing]:https://img.shields.io/github/workflow/status/gocodebox/lifterlms-cli/Test%20PHPUnit?label=tests&logo=github&style=for-the-badge
[img-gh-cs]:https://img.shields.io/github/workflow/status/gocodebox/lifterlms-cli/Coding%20Standards?label=phpcs&logo=github&style=for-the-badge

[link-cc]: https://codeclimate.com/github/gocodebox/lifterlms-cli "Maintainability reports on Code Climate"
[link-cc-coverage]: https://codeclimate.com/github/gocodebox/lifterlms-cli/coverage "Code coverage reports on Code Climate"
[link-gh-testing]: https://github.com/gocodebox/lifterlms-cli/actions/workflows/test-phpunit.yml "Testing workflow on GitHub Actions"
[link-gh-cs]: https://github.com/gocodebox/lifterlms-cli/actions/workflows/check-cs.yml "Coding Standards workflow on GitHub Actions"