milesj / packemon

📦 Build and prepare packages for npm distribution using standardized configurations and practices. Gotta pack 'em all!
https://packemon.dev
MIT License
208 stars 3 forks source link

Add configuration options as parameters to `scaffold` #241

Open svallory opened 7 months ago

svallory commented 7 months ago

Hi there! Thanks for the awesome tool :)

I'm automating the creation of packages inside my company and would like to pass author, project-name, and repositoryUrl to the scaffold command.

Also, I'd like to suggest that inside monorepos that are already git repositories the repository URL could be automatically detected ;)

milesj commented 6 months ago

@svallory We already prompt for these fields. Do you mean with an arg like --author?

svallory commented 6 months ago

@svallory We already prompt for these fields. Do you mean with an arg like --author?

Exactly. I want to be able to use packemon in a fully automated way so I can standardize package creation in my organization, and so I don't have to fill them in all the time.