Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.
Bauer, Michael edited this page Feb 15, 2018 · 47 revisions

About Imperative CLI Framework

Imperative CLI Framework is a command processing system that enables application developers and systems programmers to quickly build customized command line tools by allowing them to focus on adding features rather than creating infrastructure.

Within the imperative-cli repository, we provide you with all the tools that you need to get started with building your own applications and plug-ins.

Imperative Sample-CLI

We provide a sample CLI application that you can use to get started developing your own command line interface applications. The sample contains examples of how to code your applications to implement custom user profiles, commands, logging, and more. Refer to the code examples in the sample to understand how to implement each Imperative CLI Framework feature. For more information, please reference the README.md file in the imperative-sample repository.

Imperative Sample Plug-in

Imperative CLI Framework lets you extend the functionalities of your applications by implementing plug-ins. We provide a sample plug-in that you can use to get started developing your own plug-ins. For more information, please reference the README.md file in the imperative-plugins repository.

Get Started Today

To get started, review the core features built into Imperative, the plugin functionality offered by the framework, or the Quickstart page to get up and running today!