Skip to content

Latest commit

 

History

History
111 lines (85 loc) · 1.19 KB

Utils.md

File metadata and controls

111 lines (85 loc) · 1.19 KB

Xcmd Utility Commands

AddToPath

  • Add current direcrory to path
AddToPath

bash

Shows the current branch

branch 

Shows all branch

branch a

bash10

Shows branch and status

branch a

iisRok

ngRok for IIS

iisRok

kill

kill process (works only in admin mode) origin

kill node
kill app1

mongo

start mongo db

mongo

py

Run python code

py app.py

serv

starts http server in current dir

serv 

starts http server in given dir

serv dist

zip

Zips the folder (requires 7zip)

zip <foldername>

unzip

  • Unzips a file
unzip <file name>

tsw

start type script in watch mode repository

tsw app.ts

setupmachine

Sets up machine for developer

setupmachine