Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apostrophecms/kafka

Kafka support for A3
https://github.com/apostrophecms/kafka

Last synced: 6 days ago
JSON representation

Kafka support for A3

Awesome Lists containing this project

README

        

**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:

```javascript
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: ``.