Ecosyste.ms: Awesome
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: 2 days ago
JSON representation
This repo provide basic concept and reference examples related to jade/pug
- Host: GitHub
- URL: https://github.com/gagangaur/jade-pug-references
- Owner: gagangaur
- Created: 2020-10-05T16:51:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T17:00:51.000Z (about 4 years ago)
- Last Synced: 2024-11-13T21:18:23.290Z (about 1 month ago)
- Topics: html, jade, node, npm, pug
- Language: Pug
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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