Skip to content

v1.0.0 Initial release

Choose a tag to compare

@Ifycode Ifycode released this 30 Sep 01:18
· 216 commits to main since this release
f775ca0

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

Templates

  • Setup mongodb connection - [@Ifycode in #19]
  • Add CORS to both starter kit and starter-cjs repos - [@Ifycode in #27]
  • Switch to using @babel devDependencies - for esm template kit only - [@Ifycode in #86]
  • Repo setup - @Ifycode
  • Suggestions to make project standard and help debugging - @chuddyjoachim