Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cocreate-app/cocreate-actions
Chain multiple component executions to generate your desired logic, when one action is complete next one will start. The sequence goes until all actions have been completed. Vanilla javascript, easily configured using HTML5 attributes and/or JavaScript API.
https://github.com/cocreate-app/cocreate-actions
actions chain-functions cocreate cocreate-framework cocreatejs cocreatejs-component collaboration collaborative-framework html5-framework javascript-framework low-code low-code-framework no-code no-code-framework realtime realtime-framework shared-editing
Last synced: 22 days ago
JSON representation
Chain multiple component executions to generate your desired logic, when one action is complete next one will start. The sequence goes until all actions have been completed. Vanilla javascript, easily configured using HTML5 attributes and/or JavaScript API.
- Host: GitHub
- URL: https://github.com/cocreate-app/cocreate-actions
- Owner: CoCreate-app
- License: mit
- Created: 2019-07-19T23:55:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T20:07:22.000Z (2 months ago)
- Last Synced: 2024-10-14T16:21:36.432Z (22 days ago)
- Topics: actions, chain-functions, cocreate, cocreate-framework, cocreatejs, cocreatejs-component, collaboration, collaborative-framework, html5-framework, javascript-framework, low-code, low-code-framework, no-code, no-code-framework, realtime, realtime-framework, shared-editing
- Language: JavaScript
- Homepage: https://cocreate.app/docs/actions
- Size: 1.39 MB
- Stars: 13
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# CoCreate-actions
Chain multiple component executions to generate your desired logic, when one action is complete next one will start. The sequence goes until all actions have been completed. Vanilla javascript, easily configured using HTML5 attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/actions)
![minified](https://img.badgesize.io/https://cdn.cocreate.app/actions/latest/CoCreate-actions.min.js?style=flat-square&label=minified&color=orange)
![gzip](https://img.badgesize.io/https://cdn.cocreate.app/actions/latest/CoCreate-actions.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow)
![brotli](https://img.badgesize.io/https://cdn.cocreate.app/actions/latest/CoCreate-actions.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)
![Hiring](https://img.shields.io/static/v1?style=flat-square&label=&message=Hiring&color=blueviolet)![CoCreate-actions](https://cdn.cocreate.app/docs/CoCreate-actions.gif)
## [Docs & Demo](https://cocreate.app/docs/actions)
For a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/actions)
## CDN
```html
```
```html
```
## NPM
```shell
$ npm i @cocreate/actions
```## yarn
```shell
$ yarn install @cocreate/actions
```# Table of Contents
- [Table of Contents](#table-of-contents)
- [Announcements](#announcements)
- [Roadmap](#roadmap)
- [How to Contribute](#how-to-contribute)
- [About](#about)
- [License](#license)# Announcements
All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-actions/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-actions/releases). You may also subscribe to email for releases and breaking changes.
# Roadmap
If you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/CoCreate-app/CoCreate-actions/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-actions/pulls). We would love to hear your feedback.
# About
CoCreate-actions is guided and supported by the CoCreate Developer Experience Team.
Please Email the Developer Experience Team [here](mailto:[email protected]) in case of any queries.
CoCreate-actions is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC.
# How to Contribute
We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreate-actions/blob/master/CONTRIBUTING.md) guide for details.
We want this library to be community-driven, and CoCreate led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/CoCreate-app/CoCreate-actions/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-actions/pulls) or merely upvote or comment on existing issues or pull requests.
We appreciate your continued support, thank you!
# License
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-actions/blob/master/LICENSE)