1.1.9 • Published 5 months ago
at-builder v1.1.9
at-builder
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.
1.1.9
5 months ago
1.1.1
5 months ago
1.1.0
5 months ago
1.1.8
5 months ago
1.1.7
5 months ago
1.1.6
5 months ago
1.1.5
5 months ago
1.1.4
5 months ago
1.1.3
5 months ago
1.1.2
5 months ago
1.0.11
3 years ago
1.0.9
3 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.10
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago