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
- Host: GitHub
- URL: https://github.com/cuba-platform/cli-sample-plugin
- Owner: cuba-platform
- License: apache-2.0
- Created: 2018-06-22T12:26:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T07:59:06.000Z (over 7 years ago)
- Last Synced: 2025-01-23T08:19:45.838Z (over 1 year ago)
- Topics: cuba-cli, cuba-platform, plugin, sample
- Language: Kotlin
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CUBA CLI Sample Plugin
[  ](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.