uetchy / create-create-app

⚡️ Create your own `create-something` app.
MIT License
94 stars 24 forks source link

Skip install? template variables in file names? #41

Closed lucas-labs closed 2 years ago

lucas-labs commented 2 years ago

Hi! Thanks for sharing this great library.

I would like to ask two questions:

  1. 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?

  2. 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. image

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.

image

Thanks!!

uetchy commented 2 years ago

Fixed in v7.3.0