@datadog/create-apps 0.0.1-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/LICENSES-3rdparty.csv +43 -0
- package/NOTICE +4 -0
- package/README.md +54 -0
- package/dist/bin.js +299 -0
- package/package.json +45 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Datadog
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
Component,Origin,Licence,Copyright,Reference
|
|
2
|
+
@inquirer/checkbox,npm,MIT,Simon Boudrias (https://github.com/SBoudrias/Inquirer.js/blob/main/packages/checkbox/README.md),npm:4.0.0
|
|
3
|
+
@inquirer/confirm,npm,MIT,Simon Boudrias (https://github.com/SBoudrias/Inquirer.js/blob/main/packages/confirm/README.md),npm:5.0.0
|
|
4
|
+
@inquirer/core,npm,MIT,Simon Boudrias (https://github.com/SBoudrias/Inquirer.js/blob/main/packages/core/README.md),npm:10.0.0
|
|
5
|
+
@inquirer/editor,npm,MIT,Simon Boudrias (https://github.com/SBoudrias/Inquirer.js/blob/main/packages/editor/README.md),npm:4.0.0
|
|
6
|
+
@inquirer/expand,npm,MIT,Simon Boudrias (https://github.com/SBoudrias/Inquirer.js/blob/main/packages/expand/README.md),npm:4.0.0
|
|
7
|
+
@inquirer/figures,npm,MIT,Simon Boudrias (https://github.com/SBoudrias/Inquirer.js),npm:1.0.7
|
|
8
|
+
@inquirer/input,npm,MIT,Simon Boudrias (https://github.com/SBoudrias/Inquirer.js/blob/main/packages/input/README.md),npm:4.0.0
|
|
9
|
+
@inquirer/number,npm,MIT,Simon Boudrias (https://github.com/SBoudrias/Inquirer.js/blob/main/packages/number/README.md),npm:3.0.0
|
|
10
|
+
@inquirer/password,npm,MIT,Simon Boudrias (https://github.com/SBoudrias/Inquirer.js/blob/main/packages/password/README.md),npm:4.0.0
|
|
11
|
+
@inquirer/prompts,npm,MIT,Simon Boudrias (https://github.com/SBoudrias/Inquirer.js/blob/main/packages/prompts/README.md),npm:7.0.0
|
|
12
|
+
@inquirer/rawlist,npm,MIT,Simon Boudrias (https://github.com/SBoudrias/Inquirer.js/blob/main/packages/rawlist/README.md),npm:4.0.0
|
|
13
|
+
@inquirer/search,npm,MIT,Simon Boudrias (https://github.com/SBoudrias/Inquirer.js/blob/main/packages/search/README.md),npm:3.0.0
|
|
14
|
+
@inquirer/select,npm,MIT,Simon Boudrias (https://github.com/SBoudrias/Inquirer.js/blob/main/packages/select/README.md),npm:4.0.0
|
|
15
|
+
@inquirer/type,npm,MIT,Simon Boudrias (https://github.com/SBoudrias/Inquirer.js),npm:3.0.0
|
|
16
|
+
@types/color-name,npm,MIT,(https://github.com/DefinitelyTyped/DefinitelyTyped),npm:1.1.1
|
|
17
|
+
ansi-escapes,npm,MIT,Sindre Sorhus (https://sindresorhus.com),npm:4.3.2
|
|
18
|
+
ansi-regex,npm,MIT,Sindre Sorhus (sindresorhus.com),npm:5.0.1
|
|
19
|
+
ansi-styles,npm,MIT,Sindre Sorhus (sindresorhus.com),npm:4.2.1
|
|
20
|
+
chardet,npm,MIT,Dmitry Shirokov (https://github.com/runk/node-chardet),npm:0.7.0
|
|
21
|
+
cli-width,npm,ISC,Ilya Radchenko (https://github.com/knownasilya/cli-width),npm:4.1.0
|
|
22
|
+
clipanion,npm,MIT,(https://mael.dev/clipanion/),npm:4.0.0-rc.3
|
|
23
|
+
color-convert,npm,MIT,Heather Arthur (Qix-/color-convert),npm:2.0.1
|
|
24
|
+
color-name,npm,MIT,DY (https://github.com/colorjs/color-name),npm:1.1.4
|
|
25
|
+
define-lazy-prop,npm,MIT,Sindre Sorhus (sindresorhus.com),npm:2.0.0
|
|
26
|
+
emoji-regex,npm,MIT,Mathias Bynens (https://mathiasbynens.be/),npm:8.0.0
|
|
27
|
+
external-editor,npm,MIT,Kevin Gravier (https://mrkmg.com),npm:3.1.0
|
|
28
|
+
iconv-lite,npm,MIT,Alexander Shtuchkin (https://github.com/ashtuchkin/iconv-lite),npm:0.4.24
|
|
29
|
+
is-docker,npm,MIT,Sindre Sorhus (https://sindresorhus.com),npm:2.2.1
|
|
30
|
+
is-fullwidth-code-point,npm,MIT,Sindre Sorhus (sindresorhus.com),npm:3.0.0
|
|
31
|
+
is-wsl,npm,MIT,Sindre Sorhus (sindresorhus.com),npm:2.2.0
|
|
32
|
+
mute-stream,npm,ISC,GitHub Inc. (https://github.com/npm/mute-stream),npm:2.0.0
|
|
33
|
+
open,npm,MIT,Sindre Sorhus (https://sindresorhus.com),npm:8.4.2
|
|
34
|
+
os-tmpdir,npm,MIT,Sindre Sorhus (sindresorhus.com),npm:1.0.2
|
|
35
|
+
safer-buffer,npm,MIT,Nikita Skovoroda (https://github.com/ChALkeR),npm:2.1.2
|
|
36
|
+
signal-exit,npm,ISC,Ben Coe (https://github.com/tapjs/signal-exit),npm:4.1.0
|
|
37
|
+
string-width,npm,MIT,Sindre Sorhus (sindresorhus.com),npm:4.2.3
|
|
38
|
+
strip-ansi,npm,MIT,Sindre Sorhus (sindresorhus.com),npm:6.0.1
|
|
39
|
+
tmp,npm,MIT,KARASZI István (http://raszi.hu/),npm:0.0.33
|
|
40
|
+
typanion,npm,MIT,(https://mael.dev/typanion/),npm:3.13.0
|
|
41
|
+
type-fest,npm,(MIT OR CC0-1.0),Sindre Sorhus (https://sindresorhus.com),npm:0.21.3
|
|
42
|
+
wrap-ansi,npm,MIT,Sindre Sorhus (sindresorhus.com),npm:6.2.0
|
|
43
|
+
yoctocolors-cjs,npm,MIT,Sindre Sorhus (https://sindresorhus.com),npm:2.1.2
|
package/NOTICE
ADDED
package/README.md
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# @datadog/create-apps
|
|
2
|
+
|
|
3
|
+
Scaffolding CLI for creating new Datadog Apps.
|
|
4
|
+
|
|
5
|
+
## Usage
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm init @datadog/apps
|
|
9
|
+
# or
|
|
10
|
+
yarn init @datadog/apps
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
Follow the interactive prompts to:
|
|
14
|
+
|
|
15
|
+
1. Enter your app name
|
|
16
|
+
2. Select a template
|
|
17
|
+
3. Configure your app (if needed)
|
|
18
|
+
|
|
19
|
+
Your new Datadog App will be created in a directory named after your app.
|
|
20
|
+
|
|
21
|
+
## Options
|
|
22
|
+
|
|
23
|
+
### `--skip-post-scaffold`
|
|
24
|
+
|
|
25
|
+
Skip automatic setup commands (dependency installation, git initialization, etc.).
|
|
26
|
+
|
|
27
|
+
```bash
|
|
28
|
+
npm init @datadog/apps --skip-post-scaffold
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
## What Gets Created
|
|
32
|
+
|
|
33
|
+
The CLI will:
|
|
34
|
+
|
|
35
|
+
- Create a new directory for your app
|
|
36
|
+
- Generate all necessary files from the selected template
|
|
37
|
+
- Integrate Datadog features like RUM, ErrorTracking, Metrics, and more... thanks to our [build-plugins](https://github.com/DataDog/build-plugins).
|
|
38
|
+
- Optionally run setup commands (install dependencies, initialize git)
|
|
39
|
+
|
|
40
|
+
## Next Steps
|
|
41
|
+
|
|
42
|
+
After your app is created:
|
|
43
|
+
|
|
44
|
+
```bash
|
|
45
|
+
cd your-app-name
|
|
46
|
+
npm run dev
|
|
47
|
+
npm run build
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
Refer to your app's README for specific instructions.
|
|
51
|
+
|
|
52
|
+
## License
|
|
53
|
+
|
|
54
|
+
MIT
|