npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@pipeline-builder/pipeline-manager

v3.3.29

Published

CLI for Pipeline Builder — self-service AWS CodePipeline platform with 124 reusable containerized plugins, per-org compliance enforcement, and multi-tenant isolation.

Readme

@pipeline-builder/pipeline-manager

📖 View documentation

CLI for Pipeline Builder: bootstrap, synth, deploy, and manage CDK pipelines + plugins against a running platform.

Install

npm install -g @pipeline-builder/pipeline-manager

Requires Node.js 24.14.0+.

Quick start

# Authenticate against your Pipeline Builder platform
pipeline-manager login --platform https://platform.example.com

# Bootstrap a new project in the current directory
pipeline-manager bootstrap

# Synthesize the CDK app into a CloudFormation template
pipeline-manager synth

# Deploy the pipeline to AWS
pipeline-manager deploy

Commands

| Command | Purpose | | --- | --- | | bootstrap | Scaffold a new pipeline project with cdk.json and starter config | | synth | Run CDK synth to emit the CloudFormation template for the pipeline | | deploy | Deploy the synthesized pipeline stack to AWS | | status | Report the current deployment and execution status | | create-pipeline | Register a new pipeline definition with the platform | | list-pipelines / get-pipeline | Inspect pipelines registered to your organization | | list-plugins / get-plugin | Browse the plugin catalog and fetch a single plugin spec | | upload-plugin | Publish a custom plugin spec + Dockerfile to the platform | | setup-events | Wire CodePipeline events into the platform's reporting stream | | login / store-token | Manage the PLATFORM_TOKEN used to authenticate API calls | | version | Print CLI version info |

Run pipeline-manager <command> --help for the full flag reference on any command.

Environment variables

| Variable | Required | Purpose | | --- | --- | --- | | PLATFORM_TOKEN | Yes (for API ops) | Auth token for the Pipeline Builder platform | | PLATFORM_URL | Yes (for API ops) | Base URL of your platform deployment | | AWS_REGION | Yes (for deploy) | Target AWS region for synth / deploy | | RESOLVED_SYNTH_PLUGIN | No | true inside CodePipeline so the synth step resolves plugins via the platform; defaults to false for local CLI runs |

Full reference: Environment Variables.

Documentation

License

Apache-2.0. See LICENSE.