https://github.com/adbayb/open-vanilla
An open movement to create pure, plain, and tiny JavaScript libraries with zero dependency
https://github.com/adbayb/open-vanilla
Last synced: about 2 months ago
JSON representation
An open movement to create pure, plain, and tiny JavaScript libraries with zero dependency
- Host: GitHub
- URL: https://github.com/adbayb/open-vanilla
- Owner: adbayb
- License: mit
- Created: 2024-12-07T22:14:20.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T20:24:49.000Z (6 months ago)
- Last Synced: 2025-04-05T19:45:46.057Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Open Vanilla
An open movement to create pure, plain, and tiny JavaScript libraries with zero dependency
## 🌍 Ecosystem
| Library | Description |
| ----------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| [`@open-vanilla/result`](./libraries/result/) | A vanilla module implementing the Result (also known as Either) pattern to make the error handling more explicit |
| [`@open-vanilla/visitor`](./libraries/visitor/) | A vanilla module implementing the visitor pattern to traverse any hashmap-like structure (AST, custom tree, ...) and apply some algorithms |## ☑️ TODO
- [ ] Add linter to prevent any `dependencies` inclusion in the `package.json` file.