1.1.9 • Published 1 year 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-builderUsage
Run the command-line tool:
atbAvailable 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 buildAPI Documentation
getVersion()
- Description: Retrieves the version number from the
package.jsonfile. - Returns: (string) - The version number of the package.
Example
const { getVersion } = require("at-builder");
console.log(getVersion()); // Outputs the version number of the packagegetHelpInfo()
- Description: Provides a string containing help information for the
atbcommand-line tool. - Returns: (string) - The help information string.
Example
const { getHelpInfo } = require("at-builder");
console.log(getHelpInfo());
// Outputs detailed help information for the CLI toolLicense
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
1 year ago
1.1.1
1 year ago
1.1.0
1 year ago
1.1.8
1 year ago
1.1.7
1 year ago
1.1.6
1 year ago
1.1.5
1 year ago
1.1.4
1 year ago
1.1.3
1 year ago
1.1.2
1 year ago
1.0.11
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.10
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago