This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
[FEATURE] Running commands such as uvicorn
, streamlit
etc through JAC CLI
#290
Labels
enhancement
New feature or request
Describe the idea
Just like in python we can run
python -m streamlit run app.py
we should be able to run same kind of commands in jac cli usingjac -m streamlit run app.jac
This will generate the python representation of the
.jac
file and replace it with the relevant generated python file location.Assuming the
app.jac
is having dependency to some other jac files we don't need to create python repr for all the files only theapp.jac
The text was updated successfully, but these errors were encountered: