Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/apostrophecms/kafka
- Owner: apostrophecms
- License: mit
- Created: 2023-03-06T17:08:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T17:15:42.000Z (10 months ago)
- Last Synced: 2024-12-19T18:15:25.718Z (13 days ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
**TODO:** Update the badge URLs for the new module's repo.
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: ``.