smithy.1.scd 974 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. smithy(1)
  2. # NAME
  3. smithy - a small git forge
  4. # SYNOPSIS
  5. *smithy* _command_ [<_options_>...]
  6. # DESCRIPTION
  7. *smithy* is a web frontend for git repositories. It's implemented entirely in
  8. Golang, compiles to a single binary, and it's fast and easy to deploy. Smithy
  9. is an alternative to cgit or gitweb, and doesn't seek to compete with Gitea and
  10. the like.
  11. # COMMANDS
  12. *generate*
  13. Generate a sample configuration file, outputs to *STDOUT*.
  14. Check *smithy.yml(5)* for more information.
  15. *serve --config path/to/config.toml*
  16. Serve the application, you'll need to supply a configuration file.
  17. Outputs its log to *STDOUT*.
  18. # GLOBAL FLAGS
  19. *--debug*
  20. Display debug messages to *STDOUT*.
  21. *--config <path>*
  22. Use the given configuration file. See *smithy.yml(5)* for a reference.
  23. # AUTHORS
  24. Maintained by Honza Pokorny <honza@pokorny.ca>, who is assisted by other free
  25. software contributors. For more information about smithy development, see
  26. https://github.com/honza/smithy.