Daniel Del Core
Daniel Del Core
Will be able to export a config to the directory instead of being prompted every time
Cmd + C produces this error ``` Error: Promise rejected with value: '' at process. (/Users/ddelcore/.nvm/versions/node/v12.3.1/lib/node_modules/commitpal/node_modules/hard-rejection/index.js:15:12) at process.emit (events.js:200:13) at processPromiseRejections (internal/process/promises.js:165:18) at processTicksAndRejections (internal/process/task_queues.js:90:32) ```
When there is no commitpal config, add standard commit message option to the list of fallback options.
https://www.conventionalcommits.org/en/v1.0.0/
``` Error: Project name could not be inferred. Please specify the `projectName` option. at new Conf (/Users/ddelcore/.nvm/versions/node/v12.3.1/lib/node_modules/commitpal/node_modules/conf/index.js:70:11) at main (/Users/ddelcore/.nvm/versions/node/v12.3.1/lib/node_modules/commitpal/bin/index.js:77:19) at Object. (/Users/ddelcore/.nvm/versions/node/v12.3.1/lib/node_modules/commitpal/bin/index.js:147:1) at Module._compile (internal/modules/cjs/loader.js:774:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:785:10) at...
Create a validate command that takes your commits and validates them against the provided config.
Support passing git commit flags such as `--no-verify`
Add a check for .commitpalrc why? To support a standard way for "hidden" configurations. ;)