hanami

https://github.com/hanami/hanami

Ruby

The web, with simplicity.

Hanami::CLI::Commands::Generate::Action#ending_module_definition

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:hanami/hanami.git

cd hanami

open lib/hanami/cli/commands/generate/action.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Hanami--CLI--Commands--Generate--Action-ending_module_definition-for-pr


# Commit to git

git add lib/hanami/cli/commands/generate/action.rbgit commit -m "better docs for Hanami::CLI::Commands::Generate::Action#ending_module_definition"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Hanami--CLI--Commands--Generate--Action-ending_module_definition-for-pr

hub pull-request


# Celebrate!