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

Write Flavour Scripts #22

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

shubhamsinghmutualmobile
Copy link
Collaborator

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

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@shubhamsinghmutualmobile shubhamsinghmutualmobile changed the title [WIP] Write Flavour Scripts Write Flavour Scripts Apr 14, 2022

# Go to data layer (package)
echo "<---Going to data layer--->"
cd praxis_data || return
Copy link
Contributor

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.

Copy link
Collaborator Author

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
@anmolvermamm
Copy link
Contributor

can we have just one file and use CLI arguments to switch between environments ?

@shubhamsinghmutualmobile
Copy link
Collaborator Author

can we have just one file and use CLI arguments to switch between environments ?

Great idea! ✅
I'll have a look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants