Attributes
Includes Deno configuration
Repository
Current version released
2 years ago
Dependencies
std
🦖 Powerful application framework for Deno. Tappin
Features
- Easy to use - Tappin does not include any complex OOP or SOLID principles. Tappin fully relies on functions.
- Dependency Injection - DI is a powerful paradigm. Most powerful frameworks use DI as their core principle.
- Extensible - Only Tappin’s core is non-replacable, everything else can be easily replaced, thanks to Tappin’s modularity principle.
Getting started
Tappin comes with a simple CLI. Create a new project in working directory using this command:
$ deno run -r -A https://tappin.deno.dev/
Contributing
Checkout CONTRIBUTING.md file for details.
License
Tappin is licensed under MIT license. Read more in LICENSE file.