Skip to content

Releases: guoyunhe/create-cli

1.8.0

Choose a tag to compare

@guoyunhe guoyunhe released this 24 Jun 12:32
  • Updated to nodejs 20
  • Updated to typescript 5

1.7.0

Choose a tag to compare

@guoyunhe guoyunhe released this 18 Feb 08:54
  • Changed package.json template:
    • Updated commander to 10.0, requires Node.js 14+
  • Updated commander to 10.0, requires Node.js 14+
  • Changed --node-version options, drop Node.js 12 support

1.6.0

Choose a tag to compare

@guoyunhe guoyunhe released this 18 Feb 08:51
  • Changed package.json template:
    • Updated @guoyunhe/node-scripts to 2.0
  • Changed bin template:
    • Removed unneeded null check for PACKAGE_VERSION

1.5.1

Choose a tag to compare

@guoyunhe guoyunhe released this 11 Feb 08:46
  • Fixed bin path

1.5.0

Choose a tag to compare

@guoyunhe guoyunhe released this 11 Feb 08:46
  • Updated @guoyunhe/node-scripts to 2.0
  • Splitted package.json template into package-defaults.json and package-overrides.json
  • Changed to not override src/index.ts, README.md, CHANGELOG.md
  • Simplified .gitignore template

1.4.1

Choose a tag to compare

@guoyunhe guoyunhe released this 26 Jan 07:54
  • Change Prettier printWidth to 100
  • Fix VSCode editor.rulers settings

1.4.0

Choose a tag to compare

@guoyunhe guoyunhe released this 22 Jan 04:17
  • Initialize description and keywords
  • Use package-json-from-git to initialize repository, homepage, bugs and author fields in package.json from Git data

1.3.0

Choose a tag to compare

@guoyunhe guoyunhe released this 17 Dec 09:43
  • Add typings attribute to package.json

1.2.0

Choose a tag to compare

@guoyunhe guoyunhe released this 17 Dec 08:29
  • Rename cli-scripts to node-scripts

1.0.0

Choose a tag to compare

@guoyunhe guoyunhe released this 17 Dec 04:01
  • Support create basic cli project
  • Support --package-version option
  • Support --node-version option
  • Support --strict option