diff --git a/README.md b/README.md index 76fd2f3..d0e085a 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,21 @@ # CoCreate-rollup -A convenient chain handler allows user to chain multiple CoCreate components together. When one action is complete next one will start. The sequence goes untill all rollup completed. Grounded on Vanilla javascript, easily configured using HTML5 attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/rollup) +CoCreate-rollup is a dynamic module tailored for CoCreate applications, designed to automate and enhance the Rollup experience. It simplifies file watching, chunking, lazy loading, and file uploading via intuitive `CoCreate.config` configurations, streamlining the development process for projects of any scale. ![minified](https://img.badgesize.io/https://cdn.cocreate.app/rollup/latest/CoCreate-rollup.min.js?style=flat-square&label=minified&color=orange) ![gzip](https://img.badgesize.io/https://cdn.cocreate.app/rollup/latest/CoCreate-rollup.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow) ![brotli](https://img.badgesize.io/https://cdn.cocreate.app/rollup/latest/CoCreate-rollup.min.js?compression=brotli&style=flat-square&label=brotli) -![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-action?style=flat-square) -![License](https://img.shields.io/github/license/CoCreate-app/CoCreate-action?style=flat-square) +![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-openai?style=flat-square) +![License](https://img.shields.io/github/license/CoCreate-app/CoCreate-openai?style=flat-square) ![Hiring](https://img.shields.io/static/v1?style=flat-square&label=&message=Hiring&color=blueviolet) +## Features + +- **Automated File Watching**: Monitors file changes, streamlining the development cycle. +- **Configurable Chunking**: Leverages `CoCreate.config` for optimized file chunking, enhancing app performance. +- **Efficient Lazy Loading**: Implements lazy loading to improve resource management. +- **Seamless File Uploading**: Automatically uploads modified files, keeping projects current. + ![CoCreate-rollup](https://cdn.cocreate.app/docs/CoCreate-rollup.gif) ## [Docs & Demo](https://cocreate.app/docs/rollup) diff --git a/package.json b/package.json index 25f4884..79eabcc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@cocreate/rollup", "version": "1.0.1", - "description": "An intergration with Rollup and CoCreateJS.", + "description": "A Rollup integration tool for CoCreate applications, enabling file watching, automated chunking, lazy loading, and file uploading. It leverages CoCreate.config for streamlined project builds and development workflows.", "keywords": [ "rollup", "cocreate",