A CLI tool that acts as a wrapper for various other programs to make updating and publishing python and node packages easier
Project description
Package Controller
Description
A CLI tool that acts as a wrapper for various other programs to make updating and publishing python and node packages easier.
Installation
Preferred:
pipx install package-controller
Alternative:
pipenv install package-controller
Default:
pip install package-controller
Usage
To stage and commit in one command:
pc save -t <type> -m <message> (<file>, <file>, <file>...)
To create new documentation for the package.
pc document
To pin the package versions for python or node.
pc pin --development | --production | --peer | --optional
To unpin the package versions for python or node.
pc unpin --development | --production | --peer | --optional
To get the diff of a file.
pc diff path/to/file
To run unit/integration tests.
pc test --unit --integration
To add file(s) to a commit.
pc add (<file>, <file>, ...)
To create the commit.
pc commit -t <type> -m <message>
To increase the major version
pc version --major (--no-git --force)
To increase the minor version
pc version --minor (--no-git --force)
To increase the patch version
pc version --patch (--no-git --force)
To get the current version
pc version
To build the current version.
pc build (--force)
To release the latest version. (to PyPi (Python) or NPM (Node), and git)
pc release (--remote <remote> --branch <branch> --no-tag --force)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for package_controller-3.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92fd7c9c5ff9822c3e7300d7445becc4814f675b7a07195921a53a960c8d7d98 |
|
MD5 | 343719a003df449aca28b99d1e44f005 |
|
BLAKE2b-256 | f46a054b98592b8ce9bdf683dc2b6fefd7c5ca37e88b939ce97a8e9e5ffe2109 |