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

https://github.com/gagangaur/jade-pug-references

This repo provide basic concept and reference examples related to jade/pug
https://github.com/gagangaur/jade-pug-references

html jade node npm pug

Last synced: about 1 month ago
JSON representation

This repo provide basic concept and reference examples related to jade/pug

Awesome Lists containing this project

README

        

## Jade/Pug References

### pug -w ./ -o ./html -P

> -w -> watch

> ./ -> all directories inside current directory

> -o -> open and write

> ./html -> html folder inside current directory

> -P -> pretty formatting of html