New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

front-setup

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

front-setup

Front-Setup is a CLI to easily setup frontend projects, including Tailwind CSS (if needed), test framework, and end-to-end tests.

latest
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

front-setup

Front-Setup is a CLI to easily setup frontend projects, including Tailwind CSS (if needed), test framework, and end-to-end tests.

Installation

To use Front-Setup, you need to install it globally

  npm install -g front-setup

Usage

Once installed, you can create a new project by running the following command:

  front-setup

Follow the prompts to choose the configuration options for your project. Once the choices are made, Front-Setup will create the project folder structure with appropriate files and dependencies.

Configuration Options

Front-Setup offers the following options when creating a project:

  • Projet name: The name of your project.
  • Select language: The language for development: JavaScript or TypeScript.
  • Select framework: The frontend framework: React.
  • Would you like to include Tailwind CSS in your project?: Optionally include Tailwind CSS in your project.
  • Choose test framework: The test framework: Jest or Vitest.
  • Choose the end-to-end test framework: The framework for end-to-end tests: Cypress or Playwright.

FAQs

Package last updated on 12 Feb 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