@datadog/create-app

2.0.1 • Public • Published

@datadog/create-app

An npm init package for creating a Datadog App.

Usage

If you use npm:

$ npm init @datadog/app

If you use yarn:

$ yarn create @datadog/app

This will download and install the starter-kit.

Options

--commit

Use a specific commit for the example. Defaults to the master branch, if not specified.

--directory

Specify where to create the Datadog App. Defaults to starter-kit.

--example

The example to initialize. This option cannot be used with the --features option. Defaults to the starter-kit, if not supplied

--features

The features to initialize. Can initialize multiple features by separating each with a ,. This option cannot be used with the --example option.

E.g. yarn create @datadog/app --features custom-widget,side-panel.

--install

Perform the package manager installation (npm install vs. yarn install). Defaults to performing the installation, if not supplied. Can turn off package manager installation with --no-install.

--verbose

Prints out debugging information.

Readme

Keywords

none

Package Sidebar

Install

npm i @datadog/create-app

Weekly Downloads

743

Version

2.0.1

License

Apache-2.0

Unpacked Size

489 kB

Total Files

23

Last publish

Collaborators

  • datadog