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 🙏

© 2024 – Pkg Stats / Ryan Hefner

create-gaarf-wf

v1.11.4

Published

Interactive generator for Gaarf (Google Ads API Report Fetcher) Workflow

Downloads

253

Readme

Gaarf Cloud Workflow generator

An interactive generator for Gaarf Workflow - Google Cloud components for running Gaarf (Google Ads API Report Fetcher).

It can be called via npx:

npx create-gaarf-wf

or via npm init:

npm init gaarf-wf@latest

Several additional options are supported:

  • debug - more detailed output, creates a log file .create-gaarf-wf-out.log with std output (stdout/stderr)
  • diag - even more detailed output, forces streaming from all executing commands to console
  • answers - use a supplied JSON file as answers for all questions, if the file contains all answers the generation will be non-interactive (usage: --answers=file.json)
  • save - save all answers into a file (usage: --save or --save=file.json)

If you're running the tool via npm init then use the -- before all other options:

npm init gaarf-wf@latest -- --debug

for running npx it's not needed:

npx create-gaarf-wf --debug

It's assumed that you will be running the tool in a folder where you placed google-ads.yaml and Ads and BigQuery queries in subfolders.

Please note that if you're running the tool in Google Cloud Shell then you might need to remove npm cache manually via rm -rf ~/.npm/.

It's always better to run npm init gaarf-wf@latest not just npm init gaarf-wf to make sure you're using the latest version. If you need some specific version you can specify it as well: npm init [email protected]. See npm docs on npm init.

Disclaimer

This is not an officially supported Google product.

Copyright 2022 Google LLC. This solution, including any related sample code or data, is made available on an “as is,” “as available,” and “with all faults” basis, solely for illustrative purposes, and without warranty or representation of any kind. This solution is experimental, unsupported and provided solely for your convenience. Your use of it is subject to your agreements with Google, as applicable, and may constitute a beta feature as defined under those agreements. To the extent that you make any data available to Google in connection with your use of the solution, you represent and warrant that you have all necessary and appropriate rights, consents and permissions to permit Google to use and process that data. By using any portion of this solution, you acknowledge, assume and accept all risks, known and unknown, associated with its usage, including with respect to your deployment of any portion of this solution in your systems, or usage in connection with your business, if at all.