1.1.9 • Published 10 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-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
10 months ago
1.1.1
10 months ago
1.1.0
10 months ago
1.1.8
10 months ago
1.1.7
10 months ago
1.1.6
10 months ago
1.1.5
10 months ago
1.1.4
10 months ago
1.1.3
10 months ago
1.1.2
10 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
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago