Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctx-core/ctx-core
ctx-core core (ctx-core^2) libraries...used by @ctx-core/* libraries. The development monorepo has been moved to @ctx-core/dev
https://github.com/ctx-core/ctx-core
Last synced: 16 days ago
JSON representation
ctx-core core (ctx-core^2) libraries...used by @ctx-core/* libraries. The development monorepo has been moved to @ctx-core/dev
- Host: GitHub
- URL: https://github.com/ctx-core/ctx-core
- Owner: ctx-core
- License: apache-2.0
- Created: 2023-11-10T00:02:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-01T17:07:15.000Z (2 months ago)
- Last Synced: 2024-10-11T15:33:01.911Z (about 1 month ago)
- Language: JavaScript
- Size: 887 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ctx-core
The ctx-core library is a 0 dependency library with several exports to support general app development. This library has several exports to limit what is loaded into memory & to make tree-shaking less intensive. Some of the underlying functions are in multiple exports. The full list of exports is below. There is varying comprehensiveness & usage for these functions.
## Development Monorepo
The [development monorepo](https://github.com/ctx-core/dev) used to have the ctx-core/ctx-core project name but has been moved to make room for this package.
### ctx-core/all
A catch all export which includes all functions. ctx-core/all is used to verify that the source functions have unique names.
### ctx-core/array
### ctx-core/atob
### ctx-core/base16
### ctx-core/be
[ctx-core/be](https://github.com/ctx-core/be) is a general purpose, modular, & scalable context library. See it's Readme for more docs.
### ctx-core/btoa
### ctx-core/buffer
### ctx-core/chain
### ctx-core/class
### ctx-core/cli-args
### ctx-core/color
### ctx-core/combinators
### ctx-core/crypto
### ctx-core/currency
### ctx-core/data
### ctx-core/date
### ctx-core/debounce
### ctx-core/deep_equal
### ctx-core/dom
### ctx-core/env
### ctx-core/error
### ctx-core/event_log
### ctx-core/falsy
### ctx-core/fetch
### ctx-core/fibonacci
### ctx-core/fs
### ctx-core/function
### ctx-core/functional
### ctx-core/html
### ctx-core/http
### ctx-core/math
### ctx-core/matrix
### ctx-core/nullish
### ctx-core/number
### ctx-core/object
### ctx-core/promise
## ctx-core/queue
## ctx-core/random
## ctx-core/regex
## ctx-core/rmemo
The docs for rmemo are in https://github.com/ctx-core/rmemo. Since the source for rmemo has 0 dependencies & is isomorphic, it lives in the ctx-core/rmemo export. This allows rmemo to be used within ctx-core without added a dependency.
## ctx-core/run
## ctx-core/set
## ctx-core/sleep
## ctx-core/stream
## ctx-core/string
## ctx-core/tempfile
## ctx-core/test
## ctx-core/time
## ctx-core/tuple
## ctx-core/types
## ctx-core/uri
## ctx-core/uuid
## ctx-core/web_animation
The docs for ctx-core/web_animation are in https://github.com/ctx-core/web_animation. Since the source for ctx-core/web_animation has 0 dependencies & is isomorphic, it lives in the ctx-core/web_animation export. This allows ctx-core/web_animation to be used within ctx-core without added a dependency.