/kafka

Kafka support for A3

Primary LanguageJavaScriptMIT LicenseMIT

TODO: Update the badge URLs for the new module's repo.

ApostropheCMS logo

Apostrophe Module Template

GitHub Workflow Status (branch)

This module template serves as a starting point for new official Apostrophe modules. This is where you would describe what the purpose of the module is.

Installation

To install the module, use the command line to run this command in an Apostrophe project's root directory:

npm install @apostrophecms/module-template

Usage

Configure the _______ module in the app.js file:

require('apostrophe')({
  shortName: 'my-project',
  modules: {
    '@apostrophecms/module-template': {}
  }
});

Additional usage sections

Pre-release checks

  • If the module does not include CSS, remove the Stylelint config file and dependency.
  • If any template includes a script with inline code, include the nonce attribute set like this: <script nonce="{{ nonce }}">.