Hof Create for any git repository



This section will show you how to add a generator to any repository, hof generator or not. The process is the same, the only difference is what files you bootstrap for your users.

  1. Write a small creator
  2. Push a git tag
  3. hof create github.com/user/repo@<tag>
  4. Prompt the user for a few inputs
  5. Generate some files for your user

developing

Copy the example from the earlier section or create your own into a name.cue file.