All Projects → shyndman → Pubx

shyndman / Pubx

Licence: apache-2.0
The missing pub commands

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Pubx

awesome-package-manager
☘ Awesome package manager resources
Stars: ✭ 87 (+155.88%)
Mutual labels:  package-management
covector
Transparent and flexible change management for publishing packages and assets.
Stars: ✭ 28 (-17.65%)
Mutual labels:  package-management
Retool
Vendoring for executables written in Go
Stars: ✭ 403 (+1085.29%)
Mutual labels:  package-management
package-command
Lists, installs, and removes WP-CLI packages.
Stars: ✭ 16 (-52.94%)
Mutual labels:  package-management
code-compass
a contextual search engine for software packages built on import2vec embeddings (https://www.code-compass.com)
Stars: ✭ 33 (-2.94%)
Mutual labels:  package-management
basalt
The rock-solid Bash package manager
Stars: ✭ 16 (-52.94%)
Mutual labels:  package-management
jean
Bored from installing tiny shell scripts and .dotfiles manually? Huh! Missing Shell Package Manager For Linux
Stars: ✭ 21 (-38.24%)
Mutual labels:  package-management
Renovate
Universal dependency update tool that fits into your workflows.
Stars: ✭ 6,700 (+19605.88%)
Mutual labels:  package-management
cpm
🌵 A wrapper for package managers to make them consistent for those of us who are lazy.
Stars: ✭ 52 (+52.94%)
Mutual labels:  package-management
Conan Center Index
Recipes for the ConanCenter repository
Stars: ✭ 310 (+811.76%)
Mutual labels:  package-management
private-packagist-api-client
Private Packagist API Client
Stars: ✭ 28 (-17.65%)
Mutual labels:  package-management
nexus-repository-conan
Conan the Barbarian, C packaging, fun times
Stars: ✭ 37 (+8.82%)
Mutual labels:  package-management
Pacote
programmatic npm package and metadata downloader (moved!)
Stars: ✭ 281 (+726.47%)
Mutual labels:  package-management
nixos-tutorial
one hour, hands-on
Stars: ✭ 118 (+247.06%)
Mutual labels:  package-management
Conda
OS-agnostic, system-level binary package manager and ecosystem
Stars: ✭ 4,438 (+12952.94%)
Mutual labels:  package-management
js-module-system
A small UI library to demonstrate the JS module system
Stars: ✭ 36 (+5.88%)
Mutual labels:  package-management
repogen
Easy-to-use signed APT repository generator with a web-based package browser.
Stars: ✭ 34 (+0%)
Mutual labels:  package-management
Rez
An integrated package configuration, build and deployment system for software
Stars: ✭ 550 (+1517.65%)
Mutual labels:  package-management
Patch Package
Fix broken node modules instantly 🏃🏽‍♀️💨
Stars: ✭ 6,062 (+17729.41%)
Mutual labels:  package-management
Modulation
Modulation - explicit dependency management for Ruby
Stars: ✭ 306 (+800%)
Mutual labels:  package-management

pubx

The missing pub commands.

Search and view pub.dev packages from the command line.

Installation & Usage

pub global activate pubx
pubx search json

Commands

add

Alias: a

Adds the package to your pubspec.yaml file and runs pub get.

pubx add {package-name}

Additional options:

  • dev - add this as a dev_dependencies entry
  • lock - omits the ^ symbol to lock to the latest version
  • no-fetch - prevents the add command from running pub get after adding a dependency

search

Aliases: se, s, find

Searches pub.dev.

pubx search {query}

updates

Aliases: u

Checks pub.dev for packages in your pubspec that have updated versions

pubx updates

view

Aliases: info, show, v

Displays information about the specified package.

pubx view {package-name}

which

Aliases: w

Displays the path for the local source code of the package stored in .pub-cache

pubx which {package-name}

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].