Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 2 days 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