@alandawi/dau

1.2.1 • Public • Published

Display Advertising Utils

💻 Requirements and install

npm install -g @alandawi/dau
npm install -g rimraf

⌨️ Usage

dau <command> [option]

Commands

  • help: Print help info.
  • qa: Search for .zip files in a directory and return the result of banner validation.
  • repos: Get the versions of all the repositories inside GitHub Media.Monks DisplayAd.
  • deleteModules: Delete all the node_modules folders from a directory (recursive).
  • bannerToVideo: Easily export GreenSock (GSAP) animation to video.
  • compressImages: Minify size your images. Image compression with extension: jpg/jpeg, svg, png, gif.

Options

  • --clear: Clear the console.
  • --noClear: Don't clear the console.
  • --debug: Print debug info.
  • --version: Print CLI version.
  • --assetType: Type of the asset ('adwords' or 'dcm') to validate.

📚 Examples

Validate the banners from a directory, run the following command:

dau qa --assetType dcm

Get the information about the repositories inside DisplayAd:

dau repos

Find 'node_modules' folders (recursive) inside a directory:

cd myExampleDirectoryWithProjects
dau deleteModules

/@alandawi/dau/

    Package Sidebar

    Install

    npm i @alandawi/dau

    Weekly Downloads

    1

    Version

    1.2.1

    License

    MIT

    Unpacked Size

    13.1 kB

    Total Files

    10

    Last publish

    Collaborators

    • alandawi