Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NaveenDA/awesome-adonisjs-packages
🎨 A curated list of delightful AdonisJS packages and resources.
https://github.com/NaveenDA/awesome-adonisjs-packages
List: awesome-adonisjs-packages
adonis adonisjs-framework adonisjs-packages awesome-list framework
Last synced: 3 months ago
JSON representation
🎨 A curated list of delightful AdonisJS packages and resources.
- Host: GitHub
- URL: https://github.com/NaveenDA/awesome-adonisjs-packages
- Owner: NaveenDA
- Created: 2019-06-25T05:15:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T09:43:45.000Z (about 2 years ago)
- Last Synced: 2024-05-19T22:45:00.757Z (6 months ago)
- Topics: adonis, adonisjs-framework, adonisjs-packages, awesome-list, framework
- Size: 5.86 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- ultimate-awesome - awesome-adonisjs-packages - 🎨 A curated list of delightful AdonisJS packages and resources. (Other Lists / PowerShell Lists)
README
# Awesome AdonisJS Packages [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
> A curated list of delightful [AdonisJS](https://adonisjs.com/) packages and resources. For more awesomeness, check out [awesome](https://github.com/sindresorhus/awesome).
## Developer Tools
- [Adonis Commands](https://www.npmjs.com/package/adonis-commands) - Set of core commands.
- [Adonis Lodge](https://www.npmjs.com/package/adonis-lodge) - Namespacing library for node/io js.- [Adonis 4 Tools](https://marketplace.visualstudio.com/items?itemName=vinicioslc.adonis4-tools) - VSCode Extension that help import type definitions (autocomplete/intelisense) to legacy 4.x projects.
## Testing & Debugging
- [Adonis Sink](https://github.com/adonisjs/adonis-sink) - Development Toolbox for writing tests for your own AdonisJs providers.## Authentication & Authorization
- [Adonis Auth](https://github.com/adonisjs/adonis-auth) - Official authentication provider.
- [Adonis ACL](https://github.com/enniel/adonis-acl) - Adds role based permissions.
- [Adonis Auth](https://github.com/adonisjs/adonis-auth) - Official authentication provider.## Utilities
- [Adonis Encrypter](https://github.com/pixeleur/adonis-encrypter) - Encryption that uses Static Initialization Vector.
- [Adonis Hashids](https://www.npmjs.com/package/adonis-hashids) - Hashids Provider for AdonisJs framework.
- [Adonis Mail](https://github.com/adonisjs/adonis-mail) - Official email provider.
- [Adonis Middleware](https://github.com/adonisjs/adonis-middleware) - Official middleware package.
- [Adonis Soft Deletes](https://github.com/radmen/adonis-lucid-soft-deletes) - SoftDeletes support in Lucid.
- [Adonis Throttle Requests](https://www.npmjs.com/package/adonis-throttle-requests) - Throttle requests middleware for AdonisJs framework.
- [Adonis Validation](https://github.com/adonisjs/adonis-validation-provider) - Validation provider that makes use of indicative under the hood.## Databases, ORMs, Migrations & Seeding
- [Adonis Lucid](https://github.com/adonisjs/adonis-lucid) - Official SQL ORM.
- [Adonis Apollo Server](https://github.com/ammezie/adonis-apollo-server) - Production-ready Node.js GraphQL server for AdonisJs
- [Adonis Generators](https://github.com/rtablada/adonis-generators) - Contains generators for Adonis Models and Migrations ala Rails.
- [Adonis Lucid Filter](https://github.com/lookinlab/adonis-lucid-filter) - Addon for filtering Adonis Lucid ORM
- [Adonis Lucid Polymorphic](https://github.com/enniel/adonis-lucid-polymorphic) - Addon adds support polymorphic relationships into Adonis Lucid.
- [Adonis Storage](https://github.com/nrempel/adonis-storage) - A storage provider for the Adonis framework.## APIs
- [Adonis Bumblebee](https://github.com/rhwilr/adonis-bumblebee) - Api Transformer for AdonisJs Framework## Tasks, Commands and Scheduling
- [Adonis Ironium](https://www.npmjs.com/package/adonis-ironium) - A job queuing provider that leverages [Ironium](https://www.npmjs.com/package/ironium).
- [Adonis Kue](https://www.npmjs.com/package/adonis-kue) - A job queuing provider that leverages [Kue](https://www.npmjs.com/package/kue).
- [Adonis Scheduler](https://www.npmjs.com/package/adonis-scheduler) - Provides an easy way to schedule recurring tasks.## Optimization
- [Adonis Fold](https://github.com/poppinss/adonis-fold) - Dependency manager and IoC container for Node.js.## Monitoring
- [Adonis SumoLogger](https://github.com/carlsonorozco/adonis-sumo-logger) - SumoLogic Driver Provider for AdonisJs Logger.## Localization
- [Adonis Internalization](https://github.com/adonisjs/adonis-antl) - Internationalization module. Supports file and database drivers.## Third-party Service Integration
- [Adonis Ally](https://github.com/adonisjs/adonis-ally) - Social Authentication provider. It gives you the functionality to authenticate users using social websites like Facebook, Twitter, Google, Github etc.
- [Adonis Nextjs](https://github.com/omarkhatibco/adonis-nextjs) - A provider to initialize nextjs app with adonis.
- [Adonis reCAPTCHA](https://github.com/lookinlab/adonis-recaptcha2) - Google reCAPTCHA v2 for AdonisJS## Notification
- [Adonis Notifications](https://github.com/enniel/adonis-notifications) - A provider for easy sending notifications (Inspired Laravel Notifications).
## Templates
- [Adonis Nunjucks](https://www.npmjs.com/package/adonis-nunjucks) - Nunjucks templating engine as ViewProvider, so everything works seam-lessly.
- [Adonis Pug](https://github.com/webdevian/adonis-pug) - Pug template language provider for AdonisJS framework.## Others
- [Adonis Cache](https://github.com/helnokaly/adonis-cache) - Cache provider for AdonisJS framework.