An open API service indexing awesome lists of open source software.

https://github.com/cuba-platform/cli-sample-plugin

CUBA CLI Sample Plugin
https://github.com/cuba-platform/cli-sample-plugin

cuba-cli cuba-platform plugin sample

Last synced: over 1 year ago
JSON representation

CUBA CLI Sample Plugin

Awesome Lists containing this project

README

          

# CUBA CLI Sample Plugin

license
[ ![Download](https://api.bintray.com/packages/cuba-platform/main/cli-ide-opener/images/download.svg) ](https://bintray.com/cuba-platform/main/cli-ide-opener/_latestVersion)

Simple plugin that adds `hello` command to [CUBA CLI](https://github.com/cuba-platform/cuba-cli), which prints project modules.

Read about plugin development [here](https://github.com/cuba-platform/cuba-cli/wiki/Plugin-Development).

## Installation

1. Copy .jar file into `~/.haulmont/cli/plugins/` directory.
1. Start `cuba-cli`

It will print loaded plugins:
```
cuba:~/$ cuba-cli
Loaded plugin com.haulmont.cli.tutorial.HelloWorldPlugin
```

## Issues
Please use https://www.cuba-platform.com/discuss for discussion, support, and reporting problems corresponding to this sample.