Crate taro_cli

Source
Expand description

Wrapper for multiple quality of life command-line tools.

Includes:

Modules§

find
Finds all the files recursively in a directory that matches the substring query provided.
gitignore
Generates a gitignore files tailored to the technology specified.
grep
Finds all the lines in a file that match the substring query provided.

Structs§

Config
FindConfig
Required configuration for find.
GitIgnoreConfig
Required configuration for gitignore.
GrepConfig
Required configuration for grep.

Enums§

Functions
Possible functions that can be run using the command line interface.