Skip to content

CLI tool to convert your pug code to html code. Supports Vue Single File Components!

Notifications You must be signed in to change notification settings

leo-buneev/pug-to-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pug-to-html

CLI tool to convert your pug code to html code. Supports Vue Single File Components!

oclif Version Downloads/week License

Usage

yarn global add pug-to-html
pug-to-html [PATH]

Arguments

  • PATH Path to the directory where with vue files. Defaults to current working directory

Options

  • -h, --help show CLI help
  • -v, --version show CLI version

Description

This tool will recursively scan provided path, and replace pug code with html code.

  • For *.pug files, it will replace entire file contents and rename it to *.html
  • For *.vue files, it will find sections and replace their contents with HTML

About

CLI tool to convert your pug code to html code. Supports Vue Single File Components!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published