![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.
@packit/tldr
Advanced tools
Easily create and manage TL;DR pages to help users find their way around your project. These pages are designed to supplement, not replace, richer documentation, and should act as a quick reference manual for common tasks.
yarn add --dev @packit/tldr # yarn users
npm install --dev @packit/tldr # npm users
# create your first TL;DR document:
npx tldr init!
Additionally, you can optionally create {{topic}}.md
files in docs/tldr
.
These topics can be displayed by running
npx tldr {{topic}}
. See usage for more.
yarn users can replace
npx
withyarn
, if desired.
npx tldr # display the content of tldr.md
npx tldr {{topic}} # display topic from ./docs/tldr/{{topic}}.md
# display multiple topics:
npx tldr {{topic1}} {{topic2}} {{topic3}}
# display all topics:
npx tldr "*"
# display topics matching pattern:
npx tldr "build*"
# display TL;DR page for an external package:
npx tldr jest? # reads from node_modules
# search all topics:
npx tldr "*" | grep "pattern" -A 1 -B 1
All meta commands are suffixed with
!
.
npx tldr init! # initialize a TLDR.md file for your project
npx tldr list! # list available topics (found in docs/tldr)
npx tldr --root /some/path/here # run tldr in another directory
Inspired by https://tldr.sh
FAQs
Easily manage TL;DR pages for your project
The npm package @packit/tldr receives a total of 0 weekly downloads. As such, @packit/tldr popularity was classified as not popular.
We found that @packit/tldr 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.