Skip to content

Feature/dynamic template files [draft] - #162

Draft
OskarZaremba wants to merge 2 commits into
mainfrom
feature/dynamic-template-files
Draft

Feature/dynamic template files [draft]#162
OskarZaremba wants to merge 2 commits into
mainfrom
feature/dynamic-template-files

Conversation

@OskarZaremba

Copy link
Copy Markdown
Contributor

I found two methods of dynamically modifying files.

  • First one - it modifies content of template file by means of template expressions
  • Second one - can modify more types of files e.g. typescript files as well and by means of AST (Abstract Syntax Tree)

In my opinion if for the time being we are interested in modifying template files only, our best bet would be to use first method since it is more handy and less labor-intensive.

Let's make more people have a look at it and give their opinions too.

@OskarZaremba
OskarZaremba requested a review from arkjel March 21, 2022 07:59
@pieralukasz

Copy link
Copy Markdown
Contributor

Let's focus on overwriting templates, in this specific case should be easier and faster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants