Skip to content

makeit v0.1.0

Latest
Compare
Choose a tag to compare
@Martan03 Martan03 released this 03 Jun 11:53
· 5 commits to master since this release

Initial release

  • Creating, loading, listing and removing templates
  • Custom built-in expression language (can be used in config files and template files)
    • Literals
    • Variables (with some internal variables - _PNAME, _PDIR, _OS)
    • Parentheses to change the presedence
    • Operators
      • Concatenation operator
      • Equality check operator
      • Ternary conditional operator
      • Null coalescing operator
  • Copying, making (expanding variables and copying) or ignoring files
  • Renaming files
  • Pre and post scripts (executed before/after the copying of files)