github dl-tg/scaffolder stable-v1_1_5
v1.1.5

latest releases: v1.2.0, v1.1.9, v1.1.7...
11 months ago

Notes

  • Changed name of config folder: scaffolder-configs -> .scaffolder. It is a dotfile, meaning it's hidden by default, so you should either manipulate it using a terminal or toggle visiblity of hidden folders. Please rename the folder for compatiblity with this version
  • --configdir - new flag using which you can specify path to your custom config folder. Example below, it looks for the yaml config inside path specified in configdir which is .custom_configs folder in home directory (Unix)
scaffold --name test --yaml cpp --configdir "~/.custom_configs"
  • If you want to get yaml in current directory, make sure it doesn't exist in .scaffolder and configdir is empty. The usage is same as normal.
  • Better comments in the code

Don't miss a new scaffolder release

NewReleases is sending notifications on new releases.