Rocketseat / adonis-bull

The easiest way to start using an asynchronous job queue with AdonisJS. Ready for Adonis v5 ⚡️
MIT License
308 stars 57 forks source link

Command registration missing on docs #27

Closed mcordoba closed 4 years ago

mcordoba commented 4 years ago

Hello,

I just figured it out how to register the command to process jobs from node ace and it is not on docs.

const aceProviders = [
  '@rocketseat/adonis-bull/providers/Command',
]

Could you add it to docs?