massdriver-cloud / massdriver-cli

Deprecated. See https://github.com/massdriver-cloud/mass
https://massdriver.cloud
Apache License 2.0
3 stars 2 forks source link

prompt for dependency name #83

Closed WillBeebe closed 2 years ago

WillBeebe commented 2 years ago
Screenshot 2022-08-05 at 9 14 46 PM Screenshot 2022-08-05 at 9 14 52 PM Screenshot 2022-08-05 at 9 15 02 PM Screenshot 2022-08-05 at 9 15 27 PM

The regex for dependency names:

Screenshot 2022-08-05 at 5 42 21 PM
WillBeebe commented 2 years ago

I'm going to prompt for the name instead, leaving this open to track.

coryodaniel commented 2 years ago

A prompt would be good so people don’t leave massdriver in forever. We should regex it to a-z0-9

WillBeebe commented 2 years ago

@coryodaniel prompt added! I landed on nearly the same regex. I don't allow it to end in an underscore is the only difference.