Skip to content

CLI App

CLI App cookbook example

1 min read

This example is hosted on GitHub and demonstrates an example command line application for generating random numbers that makes use of ImmediatePlatform libraries.

View example on GitHub

Stack

The example uses the following stack:

  • Microsoft.Extensions.DependencyInjection
  • CliFx*
  • Immediate.Handlers + Immediate.Apis + Immediate.Validations
    • CliFx can be easily replaced with BCL or another CLI library (e.g. System.CommandLine.)