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

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

Plugin for CUBA CLI that creates empty CUBA CLI plugin project
https://github.com/cuba-platform/cli-plugin-generator

cuba-cli cuba-platform plugin recursion

Last synced: over 1 year ago
JSON representation

Plugin for CUBA CLI that creates empty CUBA CLI plugin project

Awesome Lists containing this project

README

          

# CUBA CLI Plugin Generator

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

Adds `create-plugin` command to [CUBA CLI](https://github.com/cuba-platform/cuba-cli), that create a project for new CUBA CLI plugin.

## Installation

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

It will print loaded plugins:
```
cuba:~/$ cuba-cli
Loaded com.haulmont.cli.plugingenerator.PluginGeneratorPlugin
```

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