Skip to content

Commit

Permalink
add line break plus credit
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-kot committed Dec 20, 2023
1 parent e1027d2 commit b56723b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
<p align="center" style="margin-top: -10px;">
A Project Generation Tool
</p>
<div align="center" style="padding-bottom: 1rem;">
<div align="center">
<a href="https://hay-kot.github.io/scaffold/">
Read The Docs
</a>
</div>
</div>

<br />

Scaffold is a project generation tool similar to [cookiecutter](https://github.com/cookiecutter/cookiecutter) written in Go that leverages the Go template engine to generate projects from a template. It is designed to be used with git or the local file system with a built in "scaffold" management system for versions and templates.

Expand Down Expand Up @@ -41,3 +42,8 @@ See the [examples](https://github.com/hay-kot/scaffold/tree/main/.examples) fold
- [x] Conditional Prompting based on user input
- [x] Inject snippets into existing files with Scaffold Templates
- [x] Feature flag support for blocking/enabling rendering of entire directories/glob matches


## Credits

- Logo By [@lakotelman](https://github.com/lakotelman)

0 comments on commit b56723b

Please sign in to comment.