v1.0.0 Initial release
v1.0.0 - September 30, 2021
See node-mongo documentation for v1.x.
CLI
- Add prompt for options.folderName in cli.js - [@Ifycode in #36]
- Detect and change defaultFolderName if already in use - [@Ifycode in #71]
- Continue to increment folder number even when a folder has been deleted in between - [@Ifycode in #87]
- Wrong prompt is displayed when no folderName argument is specified & folder already exists - [@Ifycode in #76]
- Prevent content overwrite for automatically created folders - [@Ifycode in #55]
- Detect, change & increment defaultFolderName if already in use - [@Ifycode in #75]
- Add prompt for options.template in cli.js - [@Ifycode in #43]
- Fix: Template is downloaded to src folder, in an attempt to create folder from empty input - [@Ifycode in #77]
- Configure --install to install dependencies & --skip-install to skip install - [@Ifycode in #53]
- Configure --git to initialize git & --skip-git to skip git init - [@Ifycode in #54]
- Configure --help flag & alias -h to work - [@Ifycode in #85]
- Fix error when a non-existing flag is used in the terminal - [@Ifycode in #101]
- Create separate functions for folder & template prompts - [@Ifycode in #72]
- Change name property in template's package.json to match folder name from cli - [@chuddyjoachim in #92]
- Make npm Install progress visible to user in the terminal while install is ongoing - [@Ifycode in #96]
- Add OS check for template directory to be compatible with mac and windows - [@Ifycode in #90]
- Add real templates - [@Ifycode in #115]
- Repo setup - @Ifycode