rollup / awesome

⚡️ Delightful Rollup Plugins, Packages, and Resources
MIT License
2.55k stars 139 forks source link

feat(plugin): adds content plugin #65

Closed stalniy closed 3 years ago

stalniy commented 4 years ago

Awesome Contribution Checklist:

Please Provide a Link A Repository for Your Addition

https://github.com/stalniy/rollup-plugin-content

Please Describe Your Addition

This plugins allows to build custom static websites without efforts. It generates JSON assets out of specified folders which later can be fetched by UI to render a page. It supports plugins to additionally generate "summaries" (lists of pages) for specific categories or tags. This allows to use it to create an offline search index for client side full text search

P.S.: doesn't have tests for now but used to generate documentation for my project. Please check the Example section.

shellscape commented 4 years ago

Please add tests with comprehensive coverage and we'll consider this addition. Not until then, however.

shellscape commented 3 years ago

Closing due to lack of tests.