810 B
810 B
the index file
the index file ( baz.env
) defines all metadata
about your plugin, it should have these variables :
BAZP_NAME
-- the plugin nameBAZP_LICENSE
-- the plugin licenseBAZP_VER
-- the plugin version ( a number incrementing by 1 every version [1, 2, 3, ... 65, 66, 67, ...] )BAZP_AUTHOR
-- the author of the plugin ( can be your full name, your username, email, whatever )BAZP_SRC
-- the source / plugin folder ( see plugin folder structure docs )BAZP_METHOD
-- the recommended method to install this plugin ( like git, local, ... )BAZP_SOURCE
-- the source of your plugin ( might be an external link, a directory name ( like.
for example ), a GitHub repo, anything )BAZP_DESCRIPTION
-- the description of your plugin