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

acquia-setup-helper-tester

v0.0.4

Published

Helper cli tool to set up acquia cli with proper permissions

Readme

Acquia Setup Helper (ASU)

=================

A comprehensive CLI tool that streamlines the setup process for Acquia development environments. This tool automates and guides you through the often complex process of setting up Acquia CLI, configuring SSH keys, and preparing your local development environment for Acquia Site Factory projects.

oclif Version Downloads/week

Overview

The Acquia Setup Helper (ASU) was created to simplify the setup process for Acquia development environments. It provides an interactive command-line interface that guides developers through:

  • Configuration Management: Automatically configures DDEV settings with your Acquia credentials
  • SSH Key Setup: Checks for existing SSH keys, generates new ones if needed, and helps you add them to Acquia services
  • Repository Management: Simplifies cloning the Acquia Site Factory repository
  • Development Environment: Guides you through setting up a local development environment with DDEV
  • Authentication: Streamlines the authentication process for Acquia CLI and Acquia Site Factory

This tool is especially helpful for new developers joining an Acquia Site Factory project, as it reduces the setup time from hours to minutes.

Prerequisites

Before using this tool, you should have:

  1. Node.js: Version 18 or higher
  2. Git: Installed and configured with your user email
  3. DDEV: Installed for local development environment setup
  4. Acquia Credentials: Access to Acquia Site Factory and Acquia Cloud Platform
  5. Acquia CLI: Installed

Requirements

To successfully complete the setup, you'll need:

  • Acquia Site Factory Key: From your Site Factory user API tab
  • Acquia Site Factory Username: Your ASURITE email
  • Acquia Cloud API Client ID: From Acquia Cloud Platform
  • Acquia Cloud API Secret: From Acquia Cloud Platform

Usage

$ npm install -g acquia-setup-helper-tester
$ asu-acquia-dev-setup COMMAND
running command...
$ asu-acquia-dev-setup (--version)
acquia-setup-helper-tester/0.0.4 darwin-arm64 node-v20.15.1
$ asu-acquia-dev-setup --help [COMMAND]
USAGE
  $ asu-acquia-dev-setup COMMAND
...

Commands

asu-acquia-dev-setup help [COMMAND]

Display help for asu-acquia-dev-setup.

USAGE
  $ asu-acquia-dev-setup help [COMMAND...] [-n]

ARGUMENTS
  COMMAND...  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for asu-acquia-dev-setup.

See code: @oclif/plugin-help

asu-acquia-dev-setup setup

Guide the user through Acquia CLI and Code Studio setup.

USAGE
  $ asu-acquia-dev-setup setup

DESCRIPTION
  Guide the user through Acquia CLI and Code Studio setup.

See code: src/commands/setup/index.ts

Troubleshooting

SSH Key Issues

If you encounter SSH-related errors when cloning the repository:

  • Make sure your SSH key has been properly added to Acquia Code Studio
  • Verify your SSH agent is running with ssh-add -l
  • Try manually connecting to Acquia Git with ssh [email protected]

DDEV Configuration

If DDEV commands fail:

  • Ensure DDEV is properly installed and in your PATH
  • Check that the global config file at ~/.ddev/global_config.yaml has the correct permissions
  • Verify your Acquia credentials are correctly set in the config file

Repository Cloning

If repository cloning fails:

  • Verify you have the necessary permissions to access the repository
  • Check your SSH key setup with Acquia Code Studio
  • Ensure the Git URL is correct

Acquia CLI Authentication

If authentication fails:

  • Verify your Acquia Cloud API credentials
  • Check your internet connection
  • Ensure you have the necessary permissions on Acquia Cloud Platform

Contributing

Contributions to improve the Acquia Setup Helper are welcome! Please feel free to submit pull requests or open issues to suggest improvements.

License

This project is licensed under the MIT License - see the LICENSE file for details.