You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,7 @@ Name
73
73
[@shanzhai/create-directory-step](@shanzhai/create-directory-step) | [![[object Promise]](https://img.shields.io/npm/v/@shanzhai/create-directory-step.svg)](https://www.npmjs.com/package/@shanzhai/create-directory-step) | A Shanzhai step which ensures that a directory exists (as well as all of its parent directories). | ❌
74
74
[@shanzhai/delete-from-keyed-store-step](@shanzhai/delete-from-keyed-store-step) | [![[object Promise]](https://img.shields.io/npm/v/@shanzhai/delete-from-keyed-store-step.svg)](https://www.npmjs.com/package/@shanzhai/delete-from-keyed-store-step) | A Shanzhai step which deletes a key/value from a keyed store. | ✔️
75
75
[@shanzhai/delete-step](@shanzhai/delete-step) | [![[object Promise]](https://img.shields.io/npm/v/@shanzhai/delete-step.svg)](https://www.npmjs.com/package/@shanzhai/delete-step) | A Shanzhai step which deletes a file or directory (including any child files or directories) if it exists. | ❌
76
+
[@shanzhai/favicons-step](@shanzhai/favicons-step) | [![[object Promise]](https://img.shields.io/npm/v/@shanzhai/favicons-step.svg)](https://www.npmjs.com/package/@shanzhai/favicons-step) | A Shanzhai step which converts an image to HTML headers and files representing favicons. | ✔️
76
77
[@shanzhai/minify-html-step](@shanzhai/minify-html-step) | [![[object Promise]](https://img.shields.io/npm/v/@shanzhai/minify-html-step.svg)](https://www.npmjs.com/package/@shanzhai/minify-html-step) | A Shanzhai step which minifies a HTML file. | ❌
77
78
[@shanzhai/minify-javascript-step](@shanzhai/minify-javascript-step) | [![[object Promise]](https://img.shields.io/npm/v/@shanzhai/minify-javascript-step.svg)](https://www.npmjs.com/package/@shanzhai/minify-javascript-step) | A Shanzhai step which minifies a Javascript file. | ❌
78
79
[@shanzhai/minify-step](@shanzhai/minify-step) | [![[object Promise]](https://img.shields.io/npm/v/@shanzhai/minify-step.svg)](https://www.npmjs.com/package/@shanzhai/minify-step) | A Shanzhai step which can be built upon to create recursive minification build steps. | ✔️
0 commit comments