As mentioned in #65, we currently manually pin the PyScript version to be used on a new PyScript app. Ideally, we should determine that dynamically but hitting an API and taking the latest value from there.
This way, when I run pyscript create, the cmd can connect to this API, determine what's the latest release and use that to fill the new app html template
As mentioned in #65, we currently manually pin the PyScript version to be used on a new PyScript app. Ideally, we should determine that dynamically but hitting an API and taking the latest value from there.
This way, when I run
pyscript create, the cmd can connect to this API, determine what's the latest release and use that to fill the new app html template