Source code for my website, garrettmills.dev https://garrettmills.dev
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Garrett Mills 3142d0a4be
Add go links and minor refactoring
2 years ago
.idea Add technical; snippet support 2 years ago
src Add go links and minor refactoring 2 years ago
.env.docker Add technical; snippet support 2 years ago
.gitignore Initial commit 2 years ago
CONTRIBUTING.md Initial commit 2 years ago
Dockerfile Add go links and minor refactoring 2 years ago
LICENSE Initial commit 2 years ago
README.md Initial commit 2 years ago
artillery.yml Add technical; snippet support 2 years ago
ex Add go links and minor refactoring 2 years ago
example.env Initial commit 2 years ago
package.json Add go links and minor refactoring 2 years ago
pnpm-lock.yaml Add go links and minor refactoring 2 years ago
tsconfig.json Add technical; snippet support 2 years ago

README.md


The Extollo logo

extollo - (v. latin) - to lift up, to elevate

Extollo is a free & libre application framework in TypeScript.

Built on principles of modularity, strict-typing, inversion-of-control, and developer ergonomics, Extollo enables developers to build maintainable, scalable, and expressive applications.

Node.js provides an excellent platform for quickly getting an application up and running, but this loose minimalism can lead to larger, more unweildy code-bases as your application grows. Extollo fixes this by providing an opinionated, robust framework and first-party modules that provide, among other things:

  • Type-based dependency injection
  • Strongly-typed ORM with an expressive query-builder and models
  • Customizable session & caching interfaces
  • Modular, pre-compiled, nest-able routes
  • First-party, extensible command line tools
  • Unit-based application structure

Getting Started

Writing an application with Extollo is very straightforward if you are familiar with Node.js/TypeScript, or similar frameworks like Laravel.

Check out the Getting Started page on the documentation site for more information.

License & Philosophy

The Extollo project is, and will always be, free & libre software. The framework itself is open-source available here, and is licensed under the terms of the MIT license. See the LICENSE file for more information.

Contributing

Have an improvement or fix to Extollo? Contributors are always welcome. See the CONTRIBUTING.md file for next steps.