Skip to content

Commit

Permalink
add information about generator
Browse files Browse the repository at this point in the history
  • Loading branch information
laicuRoot committed Dec 5, 2023
1 parent 9e5a06c commit 24138dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Unreleased
* Introduce `suspenders:factories` generator
* Introduce `suspenders:advisories` generator
* Introduce `suspenders:styles` generator
* Introduce `suspenders:jobs` generator

20230113.0 (January, 13, 2023)

Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@ Also creates additional stylesheets if using PostCSS.
[cssbundling-rails]: https://github.com/rails/cssbundling-rails
[modern-normalize]: https://github.com/sindresorhus/modern-normalize


### Jobs

Installs sidekiq for background job processing and configures ActiveJob for job queueing.

`bin/rails g suspenders:jobs`

[Sidekiq]: https://github.com/sidekiq/sidekiq

## Contributing

See the [CONTRIBUTING] document.
Expand Down

0 comments on commit 24138dd

Please sign in to comment.