Assets to Enqueues Converter

If you create themes out of HTML templates often, you probably know how boring it is to convert assets like  <link href="css/some-style.css" rel="stylesheet"> or  <script src="js/script.js"></script> to proper WordPress enqueues. This simple generator allows you to batch convert such assets. Just paste the list of links and scripts and hit the “Generate enqueues” button. Assets should be each on its own line. You can paste both links and scripts in one batch (Read more).