Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/hanami/cli

Hanami command line
https://github.com/hanami/cli

Allow to generate a slice with URL prefix.

Ensure to generate scope block in `config/routes.rb` when generate a slice.

e01f4feaae4838b4df6ea4da8071811c3fa34e1d authored over 3 years ago by Luca Guidi <[email protected]>
Allow to skip view when generating an action

a8524297f2c2864f40d372c53a6e24af269500ca authored over 3 years ago by Luca Guidi <[email protected]>
Allow to specify the format for the generated template

2dfee574920894f87f7cc96c343ca7a5f33a5ecc authored over 3 years ago by Luca Guidi <[email protected]>
Handle deeply nested action name for Monolith generator

efb3400b644d7279befeff9c2df9e8ac1df8ed46 authored over 3 years ago by Luca Guidi <[email protected]>
Generate action for monolith architecture

3915e4ff4bc6251f661520d27b291c72c8f8f5d9 authored over 3 years ago by Luca Guidi <[email protected]>
Switch to memory adapter from `Dry::CLI`

782d2bd9622bd439807801b963bf4557021d2675 authored almost 4 years ago by Luca Guidi <[email protected]>
Introduce `hanami generate slice`

0d74b790a0cb4f1639cbf1e02565e5ddefff9bd7 authored almost 4 years ago by Luca Guidi <[email protected]>
Run `hanami generate slice <slice-name>` after running `hanami new` (only for `monolith` architecture)

08bdce303594925a5566f55f6697ec4c308442e2 authored almost 4 years ago by Luca Guidi <[email protected]>
Use `CLI::CommandLine` in `Commands::Gem::New`

7dc18c0970f706ce362d77c80b818fe1dae7b087 authored almost 4 years ago by Luca Guidi <[email protected]>
Require "hanami/boot" from config.ru

af854e496297e712759c37d17bc3db154271f71a authored almost 4 years ago by Luca Guidi <[email protected]>
Introduce `Hanami::CLI::CommandLine` to programmatically run `hanami` commands

022f64651b6007e7da8eb3979d6d93fc83979b9f authored almost 4 years ago by Luca Guidi <[email protected]>
Require `"hanami/cli/bundler"` by default

ec2e6cb85b0a02c34fde0719ceda0832f55812cf authored almost 4 years ago by Luca Guidi <[email protected]>
Add support for Rake tasks registry

2271ccbf8ffb12e2c0fe422e822edfc82e76fa7a authored almost 4 years ago by Luca Guidi <[email protected]>
Run `hanami install` after generating new app with `hanami new`

b2378afc2a7bfa590e2acbc06b927a05e07519db authored almost 4 years ago by Luca Guidi <[email protected]>
Remove redundant GitHub Actions CI profile

93beae4870726818a8eff2ad0de7519d0bef245d authored almost 4 years ago by Luca Guidi <[email protected]>
Register a different set of commands based on the context.

When outside of an application vs inside an app.

4e103f5d6623b65e8c6914c7f49f467af9d3dac5 authored almost 4 years ago by Luca Guidi <[email protected]>
Fix GitHub Actions command

c3e9dfba9e07973bbd4ebc3b8c3af96f73caaff0 authored almost 4 years ago by Luca Guidi <[email protected]>
Fix `dry-cli` reference in `Gemfile`

1ceb2c4f6b62e4175114ba861acaacc6322995d0 authored almost 4 years ago by Luca Guidi <[email protected]>
GitHub Actions

a7b86cddda61a8ed59627f44e5bfb15ac89450b4 authored almost 4 years ago by Luca Guidi <[email protected]>
Implement `hanami version` and `hanami new` (monolith architecture)

8fc7ce936a21b2be67c38b48b4dd70bddd467124 authored almost 4 years ago by Luca Guidi <[email protected]>
Initial mess

1f300a7051544604d9df92776d4776de79631189 authored almost 4 years ago by Luca Guidi <[email protected]>