Is it possible to skip npm install at the end of the creation? If the template has a package.json, at the end of the creation process, it will automatically install packages. Is there any way to avoid package install?
Is it possible to use variables for file names? I'm trying to do this but something weird happens:
This is my template folder with a variable on one filename.
This results in the following output. Notice that test is appended at the start of the filename, and also, the file is not even inside the created folder, but one directory behind.
Hi! Thanks for sharing this great library.
I would like to ask two questions:
Is it possible to skip
npm install
at the end of the creation? If the template has a package.json, at the end of the creation process, it will automatically install packages. Is there any way to avoid package install?Is it possible to use variables for file names? I'm trying to do this but something weird happens:
This is my template folder with a variable on one filename.
This results in the following output. Notice that test is appended at the start of the filename, and also, the file is not even inside the created folder, but one directory behind.
Thanks!!