kickstart
kickstart copied to clipboard
A scaffolding tool to get new projects up and running quickly
It would be nice having a homebrew binary package for MacOS users. Scaffolding is especially useful for beginner users and they may not have the rust toolchain installed. I did...
Nice project! It actually seems to be doing some nice things that I wanted cookiecutter to do and I was developing on my own 😅️ What do you think about...
```shell $ cat ~/.gitconfig [push] default = matching [user] email = **@gmail.com name = **** ``` Try read user.name and user.email from `~/.gitconfig` , make default values for `authors` in...
What do you think about providing your tool as installable through the `winget` windows package manager? I would think that it'd be awesome
Following #39, I tried to use the date thingy to auto-date my articles, but it seems like `()` isn't a windows-compatible path character. > [auto-date](https://tera.netlify.com/docs/#now)
What do you think about including man pages with the tool / releases (or alongside the release binaries)? I wrote some for a project for a linux tool, and I...
Was recently shopping around for a good scaffolding tool for projects and found kickstart, the only feature missing for me was the ability to follow symlinks so I can share...