@smallstack/cmsdeprecated

cms functionality for smallstack projects

Usage no npm install needed!

<script type="module">
  import smallstackCms from 'https://cdn.skypack.dev/@smallstack/cms';
</script>

README

@smallstack/cms

The smallstack cms package contains cmd functionality.

How-to install

npm install will install all dependencies.

How-to use

Usually you would reference this package by adding it as project dependency: npm install --save @smallstack/cms

If you want to develop things further or just want to use it locally, you can make use of npm link.

How-to test

npm test executes Karma in local dev mode, npm run test:ci executes Karma in CI mode.