All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Adds ability to provide dynamic template replacements at the time of file creation
- Adds UPPER_SNAKE_CASE transform (upperSnakeCase_name or {{upperSnakeCase name}})
- Adds ability to use no transform for files names (use name token)
- Adds number of steps and current step to UI for user input
- Skip content replacement on files that cannot read by handlebars. Useful for non-text files like images and video.
- Uses async/await
- Fixes conflict detection
- Only ignore OS created files (.DS_Store, Thumbs.db, etc.) instead of all hidden files and folders
- Display template selection menu in a user friendly way
- Added upperCase and lowerCase as a new replacement option.
- Added multi-folder support and support for expanding ~ (home) directory paths.
- Added lowerDotCase as a new replacement option.
- Windows support
- Can now have a nested folder structure!
- Fix mixing dependency in release
- Initial release