A new option has been added that, if true, will prompt the user when creating the barrel file. It is a feature that only works with the option of generating the barrel file for a single folder, since it does not have much sense to use it in the other option.
Option can be toggled in the settings with the name of promptName, as a boolean type of setting.
If the input returns undefined, the folder name is used.
A new option has been added that, if true, will prompt the user when creating the barrel file. It is a feature that only works with the option of generating the barrel file for a single folder, since it does not have much sense to use it in the other option.
promptName
, as aboolean
type of setting.undefined
, the folder name is used.Closes #16.