- Chore, cleanup and fixing typos
- Update Node dependencies
- Update formatting of the default readme files
- Hardcode inquirer version 0.12.0 since anything later than that uses promises instead of callback functions
- Fix conversion error (
TypeError('Path must be a string.')
)
- Use license name instead of filename in README.md
- Cleanup filenames of licenses/readmes in prompt
- Add cross system file system support
- Add support for custom templates
- Add WTFPL licenses (thanks to @vladde - #6)
- Small bug fixes
- Add optimist for argument parsing
- Option to show help and usage as well as version information
- Option to ignore existing
.git
folders