https://github.com/devsroutes/modulespress-cli
Official CLI for ModulesPress framework. Bootstrap new configured plugins in single command 🚀
https://github.com/devsroutes/modulespress-cli
cli modulespress symfony vite wordpress wordpress-development wordpress-plugin
Last synced: 4 months ago
JSON representation
Official CLI for ModulesPress framework. Bootstrap new configured plugins in single command 🚀
- Host: GitHub
- URL: https://github.com/devsroutes/modulespress-cli
- Owner: devsroutes
- License: mit
- Created: 2024-11-29T14:58:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-29T14:59:35.000Z (over 1 year ago)
- Last Synced: 2025-10-26T21:24:04.884Z (8 months ago)
- Topics: cli, modulespress, symfony, vite, wordpress, wordpress-development, wordpress-plugin
- Language: PHP
- Homepage: https://modulespress.devsroutes.co
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ModulesPress CLI 📟
Official Command Line Interface for ModulesPress Framework - A tool for WordPress plugin development.
## Description
ModulesPress CLI is a command-line tool designed to streamline WordPress plugin development using the ModulesPress Framework. It provides developers with efficient tools for generating and managing modular WordPress plugins.
## Installation
```bash
composer global require modulespress/cli
```
Make sure to run the above command to install the CLI globally. Then, you can access the CLI by typing `modulespress` or `mp` in your terminal. Also, make sure composer global bin directory is in your PATH.
## Features
- WordPress plugin generation
- Modular plugin development support
- Easy-to-use command line interface
- Plugin development automation tools
## Documentation
For detailed documentation and usage instructions, visit our [official website](https://modulespress.devsroutes.co).
## Support
If you encounter any issues or have questions:
- File issues on [GitHub](https://github.com/devsroutes/modulespress-cli/issues)
- Check the source code on [GitHub](https://github.com/devsroutes/modulespress-cli)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Version
Current version: 0.0.1
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.