Skip to content

Commit

Permalink
quick clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashijo committed Sep 9, 2022
1 parent 16c9bd7 commit 64f4411
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# ScriptCaster
Take a template as a hierarchie of directories and file, update them with local and global variable and paste the result where it is usefull

Linux only (for now)
14 changes: 7 additions & 7 deletions ScriptCaster.app/Cast.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ namespace ScriptCaster.app
/*
Cast shall read the template, the local variable file and the global variable file
variable files are json dictionarie <string,string>, every occurence of the key shall be replace by the value
some default key also exist:
%DATE% : DateTime.Now
%DATEUTC% : DateTime.UtcNow
%NEWGUID%
TODO: default key to add:
%NEWGUID%
%DATE% and co
TODO: find a way to format dates
Nice to have :
Logical variable : use reflexion to execute a C# function define in other variable script
Bash variable : set variable as the result of a bash command
Logical variable : use reflexion to execute a C# function define in other variable script
Bash variable : set variable as the result of a bash command
*/
public static class Cast
{
Expand Down

0 comments on commit 64f4411

Please sign in to comment.