Skip to content

Commit

Permalink
fix: description
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Mar 18, 2024
1 parent d5e4e2c commit 60f7ed0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 60f7ed0

Please sign in to comment.