|
|
|
|
|
by Madeindjs
1467 days ago
|
|
I made basics bash scripts to do some simple stuffs. Scripts I use more often are: 1. A script who help me to make conventional commits name (ex: `feat(xyz): add some stuff. JIRA-ID`). It add Jira Id at the end using git branch, get scope using path of the folder and ask me the rest 2. Create a markdown file for the day as worklog. An another script create markdown file for the Jira issue that I work on and add a wikilink on the worklog 3. Read scripts in package.json and ask me what I want to execute using fzf I try to do more and more since it's really useful and I had some fun to made them. |
|