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

taskflow-engine-tier1

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taskflow-engine-tier1

Custom package for creating a React app with extra dependencies

latest
npmnpm
Version
5.1.0
Version published
Maintainers
1
Created
Source

taskflow-engine-tier1

Automate the setup of your React projects with ease! This package creates a new React app using create-react-app and installs additional dependencies commonly used in React applications.

Installation

To use taskflow-engine, you need to install it globally first. Run the following command:

  npm install -g taskflow-engine-tier1

Features

Initializes a new React app using Vite. Initializes a Firebase Project. Installs the following additional dependencies:

  • @chakra-ui/react
  • @emotion/react
  • @emotion/styled
  • framer-motion
  • react-toastify
  • zustand
  • firebase
  • chart.js

Getting Started

After installing taskflow-engine globally, navigate to the directory where you want to create your React app. Then, run the following command:

  taskflow-engine <app-name>

Replace with the desired name for your React app. This command will create a new React app with the additional dependencies installed.

Notes

Ensure that you have Node.js and npm installed on your machine before using this package. Internet connection is required during the first run to fetch dependencies.

Authors

  • @Caleb Kolawole

FAQs

Package last updated on 05 Mar 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