@croct/content
Version:
Dynamically generated content module.
49 lines (37 loc) • 2.82 kB
Markdown
<p align="center">
<a href="https://croct.com" target="_blank">
<picture>
<source media="(min-width: 769px) and (prefers-color-scheme: light)" srcset="https://github.com/croct-tech/plug-js/blob/master/.github/assets/header-light.svg">
<source media="(min-width: 769px) and (prefers-color-scheme: dark)" srcset="https://github.com/croct-tech/plug-js/blob/master/.github/assets/header-dark.svg">
<source media="(max-width: 768px) and (prefers-color-scheme: dark)" srcset="https://github.com/croct-tech/plug-js/blob/master/.github/assets/header-dark-mobile.svg">
<source media="(max-width: 768px) and (prefers-color-scheme: light)" srcset="https://github.com/croct-tech/plug-js/blob/master/.github/assets/header-light-mobile.svg">
<img src="https://github.com/croct-tech/plug-js/blob/master/.github/assets/header-light-mobile.svg" alt="Croct JavaScript SDK" title="Croct Content" width="100%">
</picture>
</a>
<br/>
<strong>CMS Content</strong><br/>
Dynamically generated content module.
</p>
<div align="center">
<strong>📘 <a href="https://docs.croct.com/reference/cli/quickstart">Quick start →</a></strong>
</div>
<br/>
<p align="center">
<a href="https://www.npmjs.com/package/@croct/content"><img alt="Version" src="https://img.shields.io/npm/v/@croct/content"/></a>
<a href="https://github.com/croct-tech/content-js/actions/workflows/branch-validations.yaml"><img alt="Build" src="https://github.com/croct-tech/content-js/actions/workflows/branch-validations.yaml/badge.svg" /></a>
<a href="https://codeclimate.com/repos/67c49c604469e618a130085a/test_coverage"><img src="https://api.codeclimate.com/v1/badges/6e959269022152449380/test_coverage" /></a>
<a href="https://codeclimate.com/repos/67c49c604469e618a130085a/maintainability"><img src="https://api.codeclimate.com/v1/badges/6e959269022152449380/maintainability" /></a>
</p>
## Introduction
This package provides static content generated by the [Croct CLI](https://docs.croct.com/reference/cli/quickstart) for your application.
## Documentation
Visit our [official documentation](https://docs.croct.com/reference/cli/quickstart) to learn more about the Croct CLI and how to use it to manage your content.
## Support
Join our official [Slack channel](https://croct.link/community) to get help from the Croct team and other developers.
## Contribution
Contributions are always welcome!
- Report any bugs or issues on the [issue tracker](https://github.com/croct-tech/plug-js/issues).
- For major changes, please [open an issue](https://github.com/croct-tech/plug-js/issues) first to discuss what you would like to change.
- Please make sure to update tests as appropriate. Run tests with `npm test`.
## License
This library is licensed under the [MIT license](LICENSE).