This is the Linux app named Cocona whose latest release can be downloaded as v2.2.0.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Cocona with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
Cocona
DESCRIPTION
Micro-framework for .NET console application. Cocona makes it easy and fast to build console applications on .NET. Cocona has a mechanism called Parameter set that defines common parameters for multiple commands. For example, if every command receives a user name, host name, etc., it would be annoying to define them in a method for each command. If a class (or record class) has a parameterized constructor, it is treated as part of the definition of a command method. Cocona has filter mechanism like ASP.NET Core's action filter. Filters allow custom processing before or after you run a command. If a constructor has parameters, Cocona injects an instance obtained from IServiceProvider into the parameter. Cocona provides support for shell command-line completion (also known as tab completion).
Features
- Make it easy to build console applications on .NET
- Create a console application with Cocona in seconds
- ASP.NET Core-like Minimal API
- Command-line option semantics like UNIX tools standard
- Built-in help documentation support
- Highly modulable/customizable CLI framework
Programming Language
C#
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/cocona.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.