Home - adamadair/NCmd GitHub Wiki

NCmd - Support for line-oriented command interpreters

NCmd was created to provide a simple framework for writing line-oriented command interpreters. Inspired by the Python cmd library, NCmd is intended to make it easier to develop .NET/Mono console projects.

Getting NCmd

The easiest way is getting NCmd into a Visual Studio or Monodevelop project would be to using NuGet

You could also check out the Releases page.

How To documentation

There are some howto type documents in this Wiki to help you get started. There is also a demonstration program provided if you download the source code that can be useful in learning how to use NCmd.