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.
- Write a small creator
- Push a git tag
hof create github.com/user/repo@<tag>
- Prompt the user for a few inputs
- Generate some files for your user
developing
Copy the example from the earlier section
or create your own into a name.cue
file.