Skip to content

Commit 60f7ed0

Browse files
committed
fix: description
1 parent d5e4e2c commit 60f7ed0

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
# CoCreate-rollup
22

3-
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)
3+
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.
44

55
![minified](https://img.badgesize.io/https://cdn.cocreate.app/rollup/latest/CoCreate-rollup.min.js?style=flat-square&label=minified&color=orange)
66
![gzip](https://img.badgesize.io/https://cdn.cocreate.app/rollup/latest/CoCreate-rollup.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow)
77
![brotli](https://img.badgesize.io/https://cdn.cocreate.app/rollup/latest/CoCreate-rollup.min.js?compression=brotli&style=flat-square&label=brotli)
8-
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-action?style=flat-square)
9-
![License](https://img.shields.io/github/license/CoCreate-app/CoCreate-action?style=flat-square)
8+
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-openai?style=flat-square)
9+
![License](https://img.shields.io/github/license/CoCreate-app/CoCreate-openai?style=flat-square)
1010
![Hiring](https://img.shields.io/static/v1?style=flat-square&label=&message=Hiring&color=blueviolet)
1111

12+
## Features
13+
14+
- **Automated File Watching**: Monitors file changes, streamlining the development cycle.
15+
- **Configurable Chunking**: Leverages `CoCreate.config` for optimized file chunking, enhancing app performance.
16+
- **Efficient Lazy Loading**: Implements lazy loading to improve resource management.
17+
- **Seamless File Uploading**: Automatically uploads modified files, keeping projects current.
18+
1219
![CoCreate-rollup](https://cdn.cocreate.app/docs/CoCreate-rollup.gif)
1320

1421
## [Docs & Demo](https://cocreate.app/docs/rollup)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cocreate/rollup",
33
"version": "1.0.1",
4-
"description": "An intergration with Rollup and CoCreateJS.",
4+
"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.",
55
"keywords": [
66
"rollup",
77
"cocreate",

0 commit comments

Comments
 (0)