UNPKG

catlogjs

Version:

Static site generator, translate human readable text format(such as markdown) into html, with a lot of other functions

28 lines (21 loc) 463 B
# Usage Examples There are three formats you can use to run this task. ## Short ```js clean: ["path/to/dir/one", "path/to/dir/two"] ``` ## Medium (specific targets with global options) ```js clean: { build: ["path/to/dir/one", "path/to/dir/two"], release: ["path/to/another/dir/one", "path/to/another/dir/two"] }, ``` ## Long (specific targets with per target options) ```js clean: { build: { src: ["path/to/dir/one", "path/to/dir/two"] } } ```