UNPKG

sexy-commits

Version:

Sexy commits using gitmoji.dev and inquirer-autocomplete-prompt

22 lines (21 loc) 474 B
{ "configurations": [ { "type": "node", "request": "launch", "name": "Launch commit NPM", "runtimeExecutable": "npm", "runtimeArgs": [ "run-script", "commit", "all", "chore", "this is my message" ], "port": 9229, "skipFiles": [ "<node_internals>/**" ] } ] }