Promty is a powerful and flexible command-line parser and command executor framework designed for .NET applications. It allows you to build beautiful Command-Line Interface (CLI) tools with minimal boilerplate code. Whether you are creating simple scripts or complex applications, Promty helps streamline the process, making it easier to manage command-line inputs and outputs.
- User-Friendly: Designed for non-technical users, Promty simplifies the command-line experience.
- Type-Safe: Ensures that all inputs are validated at compile time, reducing runtime errors.
- Flexible: Easily adaptable for various applications, whether small scripts or larger systems.
- Minimal Setup: Get started quickly with less boilerplate and more focus on your commands.
- Operating System: Windows 10 or later, macOS Catalina or later, Ubuntu 18.04 or later
- .NET Version: .NET Core 3.1 or later
- Disk Space: At least 50 MB of free space
- RAM: Minimum 2 GB recommended
To use Promty, you need to download it from our Releases page. Follow these simple steps to get started:
- Visit the Releases Page: Click the link below to go to the Releases page.
-
Choose the Latest Version: On the Releases page, look for the latest version. It will be labeled clearly.
-
Download the File: Click the appropriate file for your operating system and download it to your computer.
After downloading, follow these steps to install Promty:
-
Locate the Downloaded File: Find the file you just downloaded in your default downloads folder.
-
Run the Application:
- For Windows: Double-click the
.exefile to start the application. - For macOS: Open the downloaded
.appfile to run Promty. - For Linux: You may need to set permissions. Use the terminal to navigate to the file location and run
chmod +x Promtybefore executing it.
- For Windows: Double-click the
-
Follow Any Prompts: If you are prompted with any security warnings, confirm that you want to proceed.
-
Start Using Promty: Open a command prompt or terminal. You can now begin using Promty commands.
Promty simplifies command-line input through a straightforward interface. Hereβs a brief overview:
- Basic Command Structure: Each command follows this format:
promty [command] [options]. - Get Help: To see available commands and options, type
promty help. This will display a list of commands you can use. - Example Command: To execute a command, you might type:
promty run myCommand --flag value.
For more detailed instructions, visit our Documentation page. Here you will find guides on how to create your own command-line applications, manage arguments, and customize Promty for your needs.
If you encounter issues or have questions, feel free to reach out. You can open an issue on our GitHub page or visit the community forums for help.
Promty streamlines your command-line experience, making it user-friendly and effective for all users. Download it today, and begin creating your own command-line tools with ease.