UNPKG

autofile-rm

Version:

Remove files and folders.

43 lines (21 loc) 1.23 kB
# Remove (rm) Remove files and folders. *Indigo United* `automaton task` - http://indigounited.com/automaton ---------------------------------------- ## Introduction A more detailed description of what the task does. Avoid having code in here, unless necessary. ## Requirements If your task requires something from the environment in which it runs that can't be guaranteed through `package.json`, you should mention it here, and give directions on how to get those installed (linking to another *"how to install"* is fine). ## Usage A concise description of how to use the task. If the task can accomplish a lot, consider breaking this section into several subsections, each incrementing on the previous, possibly with multiple examples. ### Options Here's a list of the options that this task can take: - **files***: Which files should be removed. Accepts a filename and array of filenames. Also note that the filenames can be minimatch patterns. - **glob***(null)*: The options to pass to glob (check https://npmjs.org/package/glob for details). ### Example ``` // Some example that shows how to use the task ``` ## License Released under the [MIT License](http://www.opensource.org/licenses/mit-license.php).