Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CLI tool for creating batch script generators.

License

onuralp-t/batify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Batify

  • CLI tool for creating batch script generators.

Building

  • Run build.bat or compile with g++ -static -std=c++17 -O3 -o batify.exe batify.cpp.

Usage

  • Running batify <input>.bat generates a batch script named create_<input>.bat. Running create_<input>.bat generates generated_<input>.bat which is equivalent to <input>.bat in function, only difference being the file name.

TODO

  • add functionality to specify prefixes of generated files

Warning

Too much nested batifying may have horrifying results... 😱

About

CLI tool for creating batch script generators.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published