FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

electric-cloud/PluginWizard · GitHub

Repository files navigation

PluginWizard

Getting Started

  1. Download or clone the PluginWizard repository.

    git clone https://github.com/electric-cloud/PluginWizard.git
    
  2. Copy to a new directory, say 'MyPlugin'.

    cp -r PluginWizard MyPlugin
    
  3. Remove Git files from 'MyPlugin'.

    rm -rf MyPlugin/.git*
    
  4. Assign a version number to your plugin, e.g., 1.0.0. Edit META-INF/plugin.xml (key, version, label) with the name and version of your plugin.

  5. Setup the directory structure for your procedures as described here.

  6. Finally, zip up the files to create the plugin zip file.

     cd MyPlugin
     zip -r MyPlugin.zip ./*
    
  7. Import the plugin zip file into your ElectricFlow server and promote it.

Your plugin procedure is now available for use!

See https://github.com/electric-cloud/PluginWizard/wiki for details.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL