Skip to content
This repository has been archived by the owner on Mar 21, 2019. It is now read-only.

yuanchuan/fast-diy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fast-diy

A small tool to quickly format Discuz! diy module(I hate it!).

Install from npm

$ npm install -g fast-diy

How to use

Add a diy class name to each html tag which is going to be DIYed and run the fast-diy command:

$ fast-diy INPUT.html OUTPUT.html

Sample input:

<div class="article diy">
  <p> test </p>
</div>

Sample output:

<!--[diy=diy-f78e9de8]--><div class="article" id="diy-f78e9de8">
  <p> test </p>
</div><!--[/diy]-->

License

MIT

About

A small tool to quickly format Discuz! diy module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published