danieldelcore / danieldelcore/commitpal
Loading a config file only works with relative paths 🤷♂️
- Ngôn ngữ chính
- JavaScript
- Star
- 28
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Loading a config file only works with relative paths 🤷♂️
### Examples
1. ~ expansion e.g.
```sh
$ commitpal -c ~/.commitpal.config.json -n
Error: /Users/jvernon/.commitpal.config.json not found
? Please choose a preset …
Angular commit format
Emoji
Jira ticket
```
1. Absolute paths e.g.
```sh
$ commitpal -c /Users/jvernon/.commitpal.config.json -n
Error: /Users/jvernon/.commitpal.config.json not found
? Please choose a preset …
Angular commit format
Emoji
Jira ticket
```
1. Relative paths e.g.
```sh
commitpal -c ./.commitpal.config.json -n
? What type of change? …
feature
bugfix
documentation
style
tests
chore
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.