📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

@kustomer/apps-cli

Package Overview
Dependencies
Maintainers
55
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kustomer/apps-cli

[Documentation](https://developer.kustomer.com/kustomer-apps-platform/v0.1-Apps-SDK/docs/cli-introduction)

3.0.5
latest
Source
npm
Version published
Weekly downloads
25
-28.57%
Maintainers
55
Weekly downloads
 
Created
Source

@kustomer/apps-cli

Documentation

The command line interface is used to generate Kustomer apps that use the SDK. It will also register those apps with the Kustomer platform and generate the appropriate app tokens.

Usage

The following command will scaffold a basic app for you to build upon so you can quickly get started developing:

$: npx @kustomer/apps-cli new <your_desired_app_name>

If you want to test this command locally, you'll want to yarn build the entire codebase from root, cd into this folder, and run node ./dist/index.js new <your_desired_app_name>.

Development

While there are a series of folders in this package, the main ones are:

  • commands - The commands that are available to the CLI
  • services - How those commands interact with the various Kustomer API's
  • templates - The templates that are used to scaffold the app

FAQs

Package last updated on 28 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts