(Quick Reference)

improx-install-resources

Purpose

The improx-install-resources command installs improx-resources directory which has some client scripts into your application project.

Examples

grails> improx-install-resources

Description

The improx-resources directory including client scripts is expanded into the root directory of the application.

improx-resources/
 └── scripts
      ├── improxClient.groovy
      ├── improxClient.sh
      ├── improxSmartInvoker.groovy
      └── improxSmartInvoker.sh

After the installation, you should move the improx-resources directory to a different path unrelated with the application because the resource can be shared by some projects which are using this plugin on your computer.

Usage:

grails> improx-install-resources