One short line about the plugin.
A short bit of information about the plugin and what it does.
Be sure to do a site wide search/replace for the following:
{author-name} - Example: Rafik El Hadi Houari
AlpinePlugin - The name of your plugin in PascalCase
{current-year} - Example: 2021
{package-description} - The summary
{npm-package} - The name of your npm package. Example: `plugin-name`
{repository} - The full github repository path. Example: `username/plugin-name`
Include the following <script>
tag in the <head>
of your document:
<script src="https://cdn.jsdelivr.net/gh/{repository}@v0.0.0/dist/index.js"></script>
Important: This must be added before loading Alpine.js when using CDN links.
This projects follow the Semantic Versioning guidelines.
Copyright (c) {current-year} {author-name} and contributors
Licensed under the MIT license, see LICENSE.md for details.