- README.md:
- package.json:
- template/JS/webpack.config:
- template/JS:
- all: Improve logic and file structure (bd2d2a92)
- README.md: Update README.md file (329dc2ee)
- logMessages: Add help information and version display for CLI commands (d6fa3e8b)
- createProject.js: Update labeling of tasks (dfd38081)
- createProject: Update logic of the steps to create a new file (efc679ec)
- TS Template:
- cli: Update import referance for validatePromptValues file (c8f3575f)
- promptQuestions: Add installDependencies and packageManager as part of the options (e76d6610)
- constants: Add PACKAGE_MANAGER as constant (f4d0b2e2)
- validatePromptValues: Change name from validateImputValues to validatePromptVa;ues to improve readability (15b1baf2)
- chalk: Add yellow as part of the chalk options (24bd17d4)
- validateProjectName: Rename file validateName to validateProjectName to improve readability (d4dc9514)
- parseArguments: Add package manager and template to the argvs validator (c3196788)
- logMessage: Create a new file to manage console log messages (88b76921)
- index: Update file to improve readability (04de3de6)
- ValidateNodeVersion: Move logic to a new file and import it into the index file (2bcbc774)