An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Custom Script

This repository holds custom bash scripts I created to make my workflow more productive.

## Commands
---
### monthly-log

Generates monthly log

#### Arguments

- Month
- Year

#### Example

```bash
monthly-log 10 2019
```
---
### vue-comp

Generates 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
```
---