AlexPshul / nxazure

MIT License
16 stars 7 forks source link

Added support for function on subfolder for init generator #23

Closed lucasbmeister closed 1 year ago

lucasbmeister commented 1 year ago

Objective

I'm setting up a monorepo where some funcions are grouped in subfolders. This PR fixes the problem that happens when the temp folder is being created and there's a slash in the function name.

Observations

Unit tests ran ok, but one of the e2e tests took longer than 120000 locally.