![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.
@itsjavi/devv
Advanced tools
Zero-config local development dockerization of programming languages and their package managers
devv
is a zero-config Docker-based tool to allow developers running app maintenance scripts inside containers, without writing a single line of Dockerfile. This is useful specially to run command-line tools, you won't need to have your own docker files to do that.
When you run devv [IMAGE] [COMMAND]
in your current directory, it will mount it
as delegated volume, together with some of your $HOME
files(*) and folders needed
to run tasks like git push
, npm publish
, composer install
, etc. which usually require
credentials.
(*) From your $HOME, it only mounts the following (read-only): ~/.npmrc
, ~/.composer/auth.json
, ~/.gitconfig
, ~/.gitignore_global
You can clone this repository and run bin/devv-init
, then you will have to manually config the bin
directory in your $PATH
variable to have devv
available everywhere.
Alternatively, if you have node installed in your OS, you can install it globally with npm
.
npm i -g @itsjavi/devv && \
devv-init
The Docker images are built by you, so you can customize this project to your needs and run devv-init
every time you need.
Node & npm:
node
node:15
node:16
, node:latest
, node
npm
(runs on node:latest
)PHP & composer:
php
php:7
php:7-xdebug
php:8
, php:latest
, php
php:8-xdebug
composer
(runs on php:latest
)Go (planned):
go
go:1.15
go:1.16
go:latest
# Usage template:
devv [LANG]:[VERSION] [COMMAND] [...PARAMETERS]
# Examples:
devv node:16 node --version
devv node npm install
devv npm install
devv php:8 php --ini
devv php composer install
devv composer install
# Running phpunit with code coverage:
devv php:7-xdebug XDEBUG_MODE=coverage vendor/bin/phpunit
FAQs
Zero-config local development dockerization of programming languages and their package managers
The npm package @itsjavi/devv receives a total of 0 weekly downloads. As such, @itsjavi/devv popularity was classified as not popular.
We found that @itsjavi/devv 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.