-
Notifications
You must be signed in to change notification settings - Fork 6
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
Write Flavour Scripts #22
base: main
Are you sure you want to change the base?
Conversation
scripts/praxis_development.sh
Outdated
|
||
# Go to data layer (package) | ||
echo "<---Going to data layer--->" | ||
cd praxis_data || return |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shubhamsinghmutualmobile we need to first generate for praxis_data and then root.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
…raxis_data is being done before root layer now
can we have just one file and use CLI arguments to switch between environments ? |
Great idea! ✅ |
…lavour at script runtime
Description
This PR deals with the creation of bash scripts which would be useful for developers who may not be familiar with the whole codebase and just want to get the project up and running fast.
Type of Change