Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix stub exports parser and use dash-case for command names

Compare
Choose a tag to compare
@thetutlage thetutlage released this 27 Jan 08:59

This release fixes a bug with the stub exports parser and also uses dash-case convention for naming long commands.

For example node ace make create_admin_user will output create:admin-user and not create:admin_user. The dash-case in command names is a widely adopted standard, so let's stick with it.

Commits

  • fix: commandTerminalName generator e5bd6bc
  • fix: stub exports parsers 6a58756
  • refactor: generate command names in dash-case 3d2f6f1
  • chore: update dependencies 8cd675f

Full Changelog: v8.0.2...v8.0.3