Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 853 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 853 Bytes

Naming

A simple tool for naming your tree folder & files quickly

Options

  • --help
    • show usage details
  • --fileOnly
    • [optional] naming for files only
  • -folderOnly
    • [optional] naming for folders only
  • -formula string
    • [mandatory] formula for naming files/folders.
    • i.e: --formula="finance{increment} - {currentName}
    • output possibly like this
      • finance1 - How to manage money
  • -path string
    • [optional] read path (default "./").

Release

Get latest version

Contribution

Contributions are welcome! If you find any improvement or issue you want to fix, feel free to send a pull request 😊

License

Naming released under MIT license, refer LICENSE file.