1.1.9 • Published 5 months ago

at-builder v1.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

at-builder

npm version
License

at-builder is a simple command-line tool designed to streamline Adobe Target activity creation and building processes.


Features

  • 🔧 Prod Build: Build target ready code in your local and ship to any target activity.
  • 🚀 Help Information: Get detailed instructions on available commands and usage directly from the CLI.

Installation

Install the package globally using NPM:

npm install -g at-builder

Usage

Run the command-line tool:

atb

Available Commands

  • new: Creates a new activity.
  • build: Creates a build.

Examples

# Create a new activity
atb -c new

# Build the project
atb -c build

# Build the project for target activity
atb -p -c build

API Documentation

getVersion()

  • Description: Retrieves the version number from the package.json file.
  • Returns: (string) - The version number of the package.

Example

const { getVersion } = require("at-builder");

console.log(getVersion()); // Outputs the version number of the package

getHelpInfo()

  • Description: Provides a string containing help information for the atb command-line tool.
  • Returns: (string) - The help information string.

Example

const { getHelpInfo } = require("at-builder");

console.log(getHelpInfo());
// Outputs detailed help information for the CLI tool

License

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


Support

If you encounter any issues or have questions, feel free to email.