Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ticketmaster/allure-create-app

Package Overview
Dependencies
Maintainers
0
Versions
485
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ticketmaster/allure-create-app

Allure project creator with one command

  • 5.6.4-alpha.0
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-68.75%
Maintainers
0
Weekly downloads
 
Created
Source

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

npx @ticketmaster/allure-create-app

To create a new app in a specific folder, you can send a name as an argument. For example, the following command will create a new Allure app called ticket-app in a folder with the same name:

npx @ticketmaster/allure-create-app ticket-app

After, you can simply go in your project folder and start it.

// Go to the folder
cd ticket-app

// Start the application
yarn dev

Keywords

FAQs

Package last updated on 23 Sep 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