Skip to content
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

Allow custom scripts in the Mintfile #249

Open
dcarmo-tribalscale opened this issue Oct 4, 2022 · 0 comments
Open

Allow custom scripts in the Mintfile #249

dcarmo-tribalscale opened this issue Oct 4, 2022 · 0 comments

Comments

@dcarmo-tribalscale
Copy link

dcarmo-tribalscale commented Oct 4, 2022

Feature Request:

It would be nice to be able to add run scripts to the Mintfile much like how npm allows custom script definitions in the packages.json. At the moment I supplement with a makefile, but it would be nice to remove another tool and just use Mint for it.

e.g.

Mintfile

# Help to generate the xcodeproj file
# https://github.com/yonaskolb/XcodeGen
yonaskolb/[email protected]

setup:
  mint bootstrap
  mint run xcodegen

xcodegen:
  mint run [email protected] --spec Shared/project.yml	
  mint run [email protected] --spec Database/project.yml
  mint run [email protected] --spec App/project.yml

run using

mint run setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant