archimedes-js
archimedes-js copied to clipboard
Archimedes's implementation for JavaScript and TypeScript
ArchimedesJS
Archimedes is a series of architectural concepts that are implemented in different languages. Using a given Archimedes implementation provides a set of solid and flexible architectural pieces. This is the implementation of Archimedes in TypeScript.
With archimedes-js you have:
- Use cases to define your business logic
- Powerful runner that handles cache , errors , logging and much more
- Utilities like date handling, a lightweight http client , monads, etc
- Headless component library (WIP)
Installation
Install any archimedes packages:
npm i @archimedes/utils -SE
npm i @archimedes/arch -SE
npm i @archimedes/components -SE
Documentation
- Checkout the documentation
- Checkout the examples
Contributing
All contributions are welcome! You should read our contributing guide.