how to run pug file code example
Example: running file pug
# install pug globall
sudo npm install pug --global
#get to your folder and running this :
pug -w ./ -o ./html -P
# install pug globall
sudo npm install pug --global
#get to your folder and running this :
pug -w ./ -o ./html -P