An open API service indexing awesome lists of open source software.

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

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.