taskflow-engine-tier3
v1.1.0
Published
Custom package for creating a React app with extra dependencies
Readme
taskflow-engine
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
npm install -g taskflow-engineUsage
taskflow-engine Replace with the desired name for your React project.
Features
Initializes a new React app using create-react-app. Installs the following additional dependencies: @chakra-ui/react @emotion/react @emotion/styled framer-motion react-toastify zustand firebase chart.js Getting Started Install the package globally using npm install -g taskflow-engine. Run taskflow-engine to create a new React app with the specified dependencies. Example bash Copy code
npm install my-project
cd my-projecttaskflow-engine MyAwesomeApp This will create a new React app named MyAwesomeApp with the additional dependencies.
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.
