https://github.com/gkevinb/custom-scripts
Custom bash and python scripts
https://github.com/gkevinb/custom-scripts
bash command-line python
Last synced: 13 days ago
JSON representation
Custom bash and python scripts
- Host: GitHub
- URL: https://github.com/gkevinb/custom-scripts
- Owner: gkevinb
- Created: 2019-02-06T19:49:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-05T22:56:35.000Z (over 4 years ago)
- Last Synced: 2025-02-07T16:48:26.973Z (5 months ago)
- Topics: bash, command-line, python
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Script
This repository holds custom bash scripts I created to make my workflow more productive.
## Commands
---
### monthly-logGenerates monthly log
#### Arguments
- Month
- Year#### Example
```bash
monthly-log 10 2019
```
---
### vue-compGenerates files and contents for VueJS compenent. Makes separate folder, with the name of the component, and then generates the corresponding `HTML`, `SCSS`, `JavaScript`, and `Vue`.
#### Arguments
- name of component
#### Example
```bash
vue-comp Footer
```
---