ShatterCMS submodule for handling block-based web content.
This repository has been archived on 2026-06-11. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2021-06-15 15:43:34 +02:00
.github/workflows ci: run tests on develop too 2021-06-15 15:28:36 +02:00
.vscode refactor: switch to yarn2 pnp, rewrite tests 2021-06-15 15:26:50 +02:00
.yarn chore(deps): install interactive-tools plugin, upgrade dependencies 2021-06-15 15:43:34 +02:00
src refactor: switch to yarn2 pnp, rewrite tests 2021-06-15 15:26:50 +02:00
tests refactor: switch to yarn2 pnp, rewrite tests 2021-06-15 15:26:50 +02:00
.editorconfig chore: initial commit 2021-01-19 17:38:52 +01:00
.gitignore refactor: switch to yarn2 pnp, rewrite tests 2021-06-15 15:26:50 +02:00
.pnp.js refactor: switch to yarn2 pnp, rewrite tests 2021-06-15 15:26:50 +02:00
.prettierrc chore: initial commit 2021-01-19 17:38:52 +01:00
.yarnrc.yml chore(deps): install interactive-tools plugin, upgrade dependencies 2021-06-15 15:43:34 +02:00
CHANGELOG.md chore(release): 0.4.7 2021-06-15 15:36:23 +02:00
jest.config.ts refactor: switch to yarn2 pnp, rewrite tests 2021-06-15 15:26:50 +02:00
LICENSE chore: initial commit 2021-01-19 17:38:52 +01:00
package.json chore(deps): install interactive-tools plugin, upgrade dependencies 2021-06-15 15:43:34 +02:00
README.md chore: add installation instructions to readme 2021-06-15 15:35:39 +02:00
tsconfig.json refactor: switch to yarn2 pnp, rewrite tests 2021-06-15 15:26:50 +02:00
yarn.lock chore(deps): install interactive-tools plugin, upgrade dependencies 2021-06-15 15:43:34 +02:00

ShatterCMS Shards

Test Status Downloads Version Types License

ShatterCMS submodule for handling block-based web content.

Getting Started

Installation

# npm
$ npm install @shattercms/shards

# yarn
$ yarn add @shattercms/shards

Add the module to your ShatterCMS config file.

export default {
  modules: ['@shattercms/shards'],
};

License

This project is licensed under the MIT License.

See LICENSE for more information.