uetchy / create-create-app

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

update installNpmPackage type match runtime args #63

Open aarondill opened 1 year ago

aarondill commented 1 year ago

This updates the type exported for installNpmPackage() in AfterHookOptions to allow the input of a string array, as is allowed in the implementation of the function.