Skip to content

reynoldsalec/matomo

Repository files navigation

Lando Matomo Plugin

The Lando Matomo plugin recipe.

Installation

# With npm
npm install @lando/matomo

# With yarn
yarn add @lando/matomo

Issues, Questions and Support

If you have a question or would like some community support we recommend you join us on Slack. Note that this is the Slack community for Lando but we are more than happy to help with this module as well!

If you'd like to report a bug or submit a feature request then please use the issue queue in this repo.

Changelog

We try to log all changes big and small in both THE CHANGELOG and the release notes.

Development

git clone https://github.com/lando/matomo.git && cd matomo
yarn install

If you dont' want to install Node 14 or Yarn for whatever reason you can install Lando and use that:

git clone https://github.com/lando/matomo.git && cd matomo
# Install deps and get node
lando start

# Run commands
lando node
lando yarn

Testing

# Lint the code
yarn lint

# Run unit tests
yarn test

Releasing

yarn release

Contributors

Made with contributors-img.

Other Resources