@sustain/core
Version:
Sustain is a Framework that is barely used despedcies to make stable and sustainable apps
34 lines (17 loc) • 1.7 kB
Markdown
#  Sustain  [](https://sonarcloud.io/dashboard?id=labidiaymen_sustain) 
## Description
Sustain is a Framework that barely uses despedencies and it is designed especially to make stable and sustainable apps. It is built with [TypeScript](https://www.typescriptlang.org/), uses OOP (Object Oriented Programming) and built-in [Dependency Injections](https://en.wikipedia.org/wiki/Dependency_injection).
This frameowrk touches in depth the web fundemantals and implements them from scratch with zero dependencies which makes it more reliable and durable.
## Philosophy
Building an application that depends on [packages](https://www.npmjs.com/) that they may be also depending on other packages is something that requires a periodic maintenance by installing the latest updates.
This dependency will expose your application to eventual instability and vulnerability.
Decoupling the application from the dependant packages by using the Sustain framework will make the maintenance focused on only one package.
## Documentation
[https://sustainland.github.io/docs](https://sustainland.github.io/docs)
## Author
* Website - [aymen.co](https://aymen.co)
* Twitter - [@labidiaymen](https://twitter.com/labidiaymen)
## GA Release 🚀
More about the first GA Release : https://github.com/labidiaymen/sustain/issues/22
## License
[MIT licensed](LICENSE).