Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 3.52 KB

CHANGELOG.md

File metadata and controls

34 lines (26 loc) · 3.52 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.0 (2021-01-11)

Features

  • cli: add colored output with kleur package (c11e468)
  • cli: add jasmine among test framework choices (b5720ad)
  • cli: add option to list (dev-)dependencies to install (978abe7)
  • cli: add option to specify project keywords (d3d985b)
  • cli: add program name and verbose option to bin/cli.js file (268f523)
  • cli: add spinners and success markers using ora package (a874f27)
  • cli: add validation to questions (8b926b8)
  • cli: auto-generate license file (LICENSE.md) based on user choice (1979db0)
  • cli: automatically create .gitignore file (05a8bae)
  • cli: automatically create README.md file (caf2e6f)
  • cli: automatically detect project owner's name using git config user.name (7eb7a5e)
  • cli: display help and usage information after setup (91c5cb7)
  • cli: implement verbose output (a5242ec)
  • cli: install only (dev-)dependencies if not already installed (d9f6c7c)
  • cli: retrieve project description from package.json if available (6bb1741)
  • cli: setup ESLint after setup if selected linter is ESLint (c093240)
  • cli: write .nycrc.json file (394c663)
  • translation: use i18n package for translation (1dc6b9b)

Bug Fixes

  • cli: properly detect if ESLint is installed (cc37f21)
  • cli: properly write package.json file (abf0d01)
  • cli: remove extraneous comma (,) in .nycrc.json (a0c64b0)