Skip to content

denis-kisel/shorts-deb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shorts

This is package for short bash code for web development

Installation

Open bash and run commands

$ cd ~/Downloads && git clone https://github.com/denis-kisel/shorts-deb.git
$ cd shorts-deb && sudo dpkg -i shorts_0.1-1.1_all.deb

Usage

#Git commands
$ commit 'commit comment'  #Equivalent
                           $ git add --all
                           $ git commit -m 'commit comment'
                           
$ git-reset                #Equivalent
                           git reset --hard HEAD

#Laravel commands                           
$ lara {command}           #Equivalent
                           php artisan {command}
                            
               
#Apache
$ a2rest                   #Equivalent
                           $ sudo service apache2 restart 

Depends

php7.2-cli
git
apache2
laravel(php framework)

About

Short bash codes for web development

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published