Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregabbott/chute
Chute chains functions AND native methods with vanilla JavaScript.
https://github.com/gregabbott/chute
chain chaining function helper javascript pipe pipeline pipeline-operator piping utility utility-function vanilla-javascript vanilla-js
Last synced: about 2 months ago
JSON representation
Chute chains functions AND native methods with vanilla JavaScript.
- Host: GitHub
- URL: https://github.com/gregabbott/chute
- Owner: gregabbott
- License: mit
- Created: 2024-11-28T09:06:10.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T10:54:17.000Z (about 2 months ago)
- Last Synced: 2024-11-28T11:20:03.995Z (about 2 months ago)
- Topics: chain, chaining, function, helper, javascript, pipe, pipeline, pipeline-operator, piping, utility, utility-function, vanilla-javascript, vanilla-js
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chute
Chute chains global functions and native methods in JavaScript. ~2KB.```js
chute(data)
.a_global_function_name()
.a_native_method_name()
.another_global_function_name()
(/*done*/)
```Visit the project [site](https://chute.pages.dev/) or [GitHub Page](https://gregabbott.github.io/chute/).