-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MAINT: Move scripts to (installable) CLI #220
Conversation
I'll add the more well-used fracture scripts to this PR before we merge it. |
Okay thanks. Do you agree that we prefix everything with |
I would prefer everything hythenized for command line tools, slightly faster to type. We should be consistent, so we should replace any existing |
Okay, agreed! |
An everything small case, no capital letters? |
Yes |
Agreed, all hyphenized small case, e.g |
We currently have a folder called "scripts" that contains what really are command line helper tools. It would be good to formally have those as command line tools and install them via pip.
Every command will be prefixed with
matscipy_
to avoid naming collisions.