2.0.1 • Published 16 days ago

@datadog/create-app v2.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
16 days ago

@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.

2.0.1

16 days ago

2.0.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago