#favorite #conventions #naming #name #regularize

app regularize-filename

根据您喜欢的命名规范规范您的文件名

1 个不稳定版本

0.1.0 2020年6月14日

#14#favorite

MIT 许可证

8KB
159

regularize-filename

这个小巧的 Rust 命令行应用程序可以接受任意数量的文件,并根据您喜欢的命名规范重命名它们。

用法

regularize-filename 0.1.0
Regularize the names of your files according to your favourite naming convention

USAGE:
    regularize-filename [FLAGS] [FILE]...

FLAGS:
    -c, --camel-case     Use camelCase
    -h, --help           Prints help information
    -k, --kebab-case     Use kebab-case
    -p, --pascal-case    Use PascalCase
    -s, --snake-case     Use snake_case
    -V, --version        Prints version information

ARGS:
    <FILE>...    Files to process

许可证

MIT

依赖项

~2.5MB
~48K SLoC