-
Notifications
You must be signed in to change notification settings - Fork 0
CLI
The PolyMPR CLI is a powerful command-line tool designed to simplify the development of PolyMPR. This page provides an overview of the CLI commands and their usage. 🛠️
To use the PolyMPR CLI, ensure you have Deno installed. If not, follow the Deno installation guide.
Once Deno is installed, you can install the PolyMPR CLI globally by running:
deno task compileVerify the installation by running:
pmpr --versionSyntax
pmpr helpGet all available commands, run by default when pmpr is runned without any command.
Syntax
pmpr module listList all modules. Pipe this command through grep to check if a module is defined.
Syntax
pmpr module create <module-name-kebab-case>Create a new module with the name given as argument. Please refer to the modules page for further information about module creation.
If you encounter issues while using the CLI, try the following:
- Check the Logs: Look for error messages in the terminal output.
-
Update the CLI: Ensure you’re using the latest version of the PolyMPR CLI.
deno task compile
- Consult the Documentation: Refer to the CLI documentation for detailed usage instructions.
- Ask the Community: Reach out to the GitHub Discussions for help.
Now that you’re familiar with the PolyMPR CLI, here are some resources to help you get started:
Thank you for using the PolyMPR CLI! If you have any questions or need further assistance, feel free to reach out to the community. Happy coding! 💻✨
PolyMPR is open-source and released under the MIT License 📜