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

@itentialopensource/push-bundles-to-single-github-repo

v0.0.12-2022.1.1

Published

IAP Push Bundles to single github repo pre built

Downloads

39

Readme

Push Bundles to Single GitHub Repo

Table of Contents

Overview

The Push Bundles to Single GitHub Repo pre-built takes an Admin Essentials installed pre-built and creates a new repository in GitHub using the up-to-date pre-built bundle. If the repository already exists in the specified GitHub group, it will create a new branch and open a pull request in GitHub with any changes made in the lab environment. Push Bundles to Single GitHub Repo supports having multiple pre-builts within the same repository. All components referenced in the pre-builts will be in the same location, while each pre-built will have their unique identifying information including its package.json, manifest.json, README.md, License, and generated artifact.json file. If multiple projects reference the same IAP component(s), the component will only exist in the repository once. Below is an example of the file structure that this pre-built creates.

Repository_Name
|-- bundles
|   |-- ac_agenda_job
|   |-- workflows
|   |-- json_forms
|   `-- ...
|-- scripts
|-- .github/workflows
`-- metadata
    |-- use-case-one
    |   |-- package.json
    |   |-- manifest.json
    |   |-- artifact.json
    |   |-- README.md
    |   `-- LICENSE
    `-- use-case-two
        `-- ...

Installation Prerequisites

Users must satisfy the following pre-requisites:

  • Itential Automation Platform
    • ^2023.1
  • App-Artifacts
    • 6.5.1-2023.1.0
  • GitHub Adapter

Requirements

This artifact requires the following:

  • Artifact installed in Admin Essentials
  • GitHub Organization Name

Features

The main benefits and features of the artifact are outlined below.

  • Automatically create repo and branch.
  • Automatically create Pull Request when repo and branch exist.
  • Allows user to perform rediscovery of an installed artifact (where new components were added).
  • Adds the current IAP user whoami username to the Pull Request description for the Pull Request reviewer.
  • Auto artifact.json generator script
  • Auto version bump on push to project based on pull request type
  • Avoid duplication of components across multiple Github projects
  • Helps to handle "Artifact-As-Code" with version control, PR, and code-promotion procedures.
  • Clean up of components that are no longer referenced by any projects

How to Install

To install this pre-built:

  • Verify you are running a supported version of the Itential Automation Platform (IAP) as listed above in the Requirements section.
  • The artifact can be installed from within App-Admin_Essential. Simply search for the name of your desired artifact and click the install button (as shown below).

How to Run

Use the following to run the artifact:

  1. In Automation Catalog, find the Push Bundles to GitHub entry.
  2. Fill out the form (as shown below) with the appropriate values.
  3. Continue with all manual tasks in the workflow.

Form Inputs (look for above screenshot for example inputs)

  1. Adapter Name - Adapter name configured with user token
  2. GitHub Project Name - Project name in GitHub to Update/Create
  3. GitHub Organization Name - GitHub organization name to push repository
  4. Private Repo - Set repository visibility to private
  5. Re-discover - Perform re-discover
  6. Artifact - name of the installed bundle to push onto remote repo
  7. PR Type - Type of PR (patch/minor/major)
  8. Commit Message - Commit message to add for commit tasks
  9. Target Branch - Traget branch to set for PR