at-builder
is a simple command-line tool designed to streamline Adobe Target activity creation and building processes.
- 🔧 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.
Install the package globally using NPM:
npm install -g at-builder
Run the command-line tool:
atb
-
new
: Creates a new activity. -
build
: Creates a build.
# Create a new activity
atb -c new
# Build the project
atb -c build
# Build the project for target activity
atb -p -c build
-
Description: Retrieves the version number from the
package.json
file. - Returns: (string) - The version number of the package.
const { getVersion } = require("at-builder");
console.log(getVersion()); // Outputs the version number of the package
-
Description: Provides a string containing help information for the
atb
command-line tool. - Returns: (string) - The help information string.
const { getHelpInfo } = require("at-builder");
console.log(getHelpInfo());
// Outputs detailed help information for the CLI tool
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or have questions, feel free to email.