@ticketmaster/allure-create-app
Advanced tools
Comparing version 2.2.1 to 2.2.2
{ | ||
"name": "@ticketmaster/allure-create-app", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Allure project creator with one command", | ||
"keywords": [ | ||
@@ -11,3 +12,3 @@ "react", | ||
], | ||
"description": "Allure project creator with one command", | ||
"license": "MIT", | ||
"author": "Ticketmaster (https://www.ticketmaster.com/)", | ||
@@ -17,6 +18,2 @@ "contributors": [ | ||
], | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"bin": { | ||
@@ -34,3 +31,3 @@ "allure-create-app": "./dist/index.js" | ||
"devDependencies": { | ||
"@ticketmaster/allure-command": "^2.2.1", | ||
"@ticketmaster/allure-command": "^2.2.2", | ||
"@types/cross-spawn": "^6.0.2", | ||
@@ -53,3 +50,6 @@ "@types/prompts": "2.0.1", | ||
"node": ">=10.13.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
@@ -1,8 +0,23 @@ | ||
# Allure app creator | ||
# @ticketmaster/allure-create-app | ||
Allure project creator with one command | ||
--- | ||
The easiest way to start a new Allure project is by using `@ticketmaster/allure-create-app`. This simple CLI tool enables you to quickly start building a new Allure application, with everything set up for you. | ||
## Why use the app creator? | ||
`@ticketmaster/allure-create-app` allows you to create a new Allure app within seconds. It is officially maintained by the creators of Allure, and includes a number of benefits: | ||
- **Interactive Experience**: Running `npx @ticketmaster/allure-create-app` (with no arguments) launches an interactive experience that guides you through setting up a project. | ||
- **Zero Dependencies**: Initializing a project is as quick as one second. Create Allure App has zero dependencies. | ||
- **Offline Support**: Create Allure App will automatically detect if you're offline and bootstrap your project using your local package cache. | ||
- **Tested**: The package is part of the Allure monorepo and tested using the same integration test suite as Allure itself, ensuring it works as expected with every release. | ||
## How to use it? | ||
To get started, use the following command: | ||
```sh | ||
```bash | ||
npx @ticketmaster/allure-create-app | ||
@@ -13,13 +28,14 @@ ``` | ||
```sh | ||
```bash | ||
npx @ticketmaster/allure-create-app ticket-app | ||
``` | ||
## Why use the app creator? | ||
After, you can simply go in your project folder and start it. | ||
`@ticketmaster/allure-create-app` allows you to create a new Allure app within seconds. It is officially maintained by the creators of Allure, and includes a number of benefits: | ||
```bash | ||
// Go to the folder | ||
cd ticket-app | ||
- **Interactive Experience**: Running `npx @ticketmaster/allure-create-app` (with no arguments) launches an interactive experience that guides you through setting up a project. | ||
- **Zero Dependencies**: Initializing a project is as quick as one second. Create Allure App has zero dependencies. | ||
- **Offline Support**: Create Allure App will automatically detect if you're offline and bootstrap your project using your local package cache. | ||
- **Tested**: The package is part of the Allure monorepo and tested using the same integration test suite as Allure itself, ensuring it works as expected with every release. | ||
// Start the application | ||
yarn dev | ||
``` |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
524102
41