New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
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
  • Socket score

Version published
Weekly downloads
59
decreased by-64.02%
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc