![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
A CLI for building web apps. Like create-react-app but configurable via templates.
A CLI for building web apps. Like create-react-app
but configurable via templates.
The documentation for Tradie is still a little rough. Please ask questions on Github and raise PRs to fix any bugs or missing documentation!
tradie
requires a template in order to know how to build, serve and test your app.
Choose a template
and follow its documentation to set up up your project.
tradie clean
Remove all compiled artifacts and temporary files.
tradie build
Bundle source assets into compiled artifacts.
--watch
- watch all source files and re-compile when they change--optimize
- create an optimized buildtradie serve
Bundle and serve compiled artifacts with HMR.
tradie test
Run tests.
--watch
- watch all test files and re-compile when they change--coverage
- collect and output test coveragetradie
clears the screen on compilation and attempts to make Webpack messages more readable. In some instances this can
make debugging more difficult. You can turn off this functionality by setting a value for the DEBUG
environment variable.
For example:
#*nix
export DEBUG=1
tradie serve
#win
set DEBUG=1
tradie serve
Many of tradie
's dependencies use the debug package. You can vary the value of
the DEBUG
environment variable to show
more or less information.
For example:
#*nix
export DEBUG="tradie*"
tradie serve
#win
set DEBUG="tradie*"
tradie serve
Templates tell tradie
how to build, serve and test your app. They contain configuration for Webpack and Jest.
Choose from one of the existing templates below or build your own.
FAQs
A CLI for building web apps. Like create-react-app but configurable via templates.
The npm package tradie receives a total of 6 weekly downloads. As such, tradie popularity was classified as not popular.
We found that tradie demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.