Blank Extension for Mecha
cd /srv/http
mkdir -p lot/x/extension-name && cd $_
git clone https://github.com/mecha-cms/x --depth 1 .
Delete this README.md
file, then rename .README.md
file to README.md
.
Replace all text interpolations in the repository with your own data. Text interpolation is a token that starts with {
and ends with }
.
Interpolation | Description |
---|---|
{author} |
The extension author name. |
{content} |
The extension usage instruction written with Markdown syntax. |
{description} |
The extension description. |
{name} |
The folder name. |
{title} |
The extension title. |
{vendor} |
The name of your preferred vendor. The value usually follow the name of your GitHub or Packagist account. |
{version} |
The extension version. The value should follow your latest release tag name of your repository without the v prefix. |