Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inmanturbo/inmanturbo
https://github.com/inmanturbo/inmanturbo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/inmanturbo/inmanturbo
- Owner: inmanturbo
- Created: 2024-08-10T13:19:12.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T14:12:28.000Z (3 months ago)
- Last Synced: 2024-08-11T15:07:45.033Z (3 months ago)
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Inspiring `wip` commit message for artisans
```bash
wip () {
if [ -f ~/.valet/Sites/latest/artisan ]
then
INSPIRE_MESSAGE="$(php ~/.valet/Sites/latest/artisan inspire)"
else
INSPIRE_MESSAGE="wip"
fiecho "${INSPIRE_MESSAGE}"
MESSAGE="${1:-$INSPIRE_MESSAGE}"
git add .
git commit -m "${MESSAGE}"
}
```[usage](https://github.com/inmanturbo/inmanturbo/blob/main/usage.md#usage)