Sha256: 967721705576cf478a8463c458eee747bef64a9ffbd4268ff1583c0f2a892847

Contents?: true

Size: 721 Bytes

Versions: 3

Compression:

Stored size: 721 Bytes

Contents

{
  "name" : "WordPress Plugin",
  "description" : "Create a new WordPress plugin",
  "static" : ["static", "../../wordpress"],

  "options" : {
    "--name" : {
      "symbol" : "plugin-name",
      "description" : "Set the name of your new wordpress plugin"
    },
    "--description" : {
        "symbol" : "description",
        "description" : "Set the description of the plugin",
        "default" : "description"
    },
    "--vcs" : {
      "description" : "\"Choose\" version controll system",
      "values" : {
        "git" : {
          "../../gitignores/wordpress.gitignore":".gitignore",
          "vcs/git/gitignore.gitignore":"wp-content/plugins/[[!plugin-name]]/.gitignore"
        }
      }
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
boot-cli-1.0.0 lib/templates/templates/wordpress-plugin/template.json
boot-cli-0.3.1 lib/templates/templates/wordpress-plugin/template.json
boot-cli-0.3.0 lib/templates/templates/wordpress-plugin/template.json