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

Open
chandralegend opened this issue Mar 14, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@chandralegend
Copy link
Collaborator

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 using jac -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 the app.jac

@chandralegend chandralegend added the enhancement New feature or request label Mar 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants