taskflow-engine
v3.6.0
Published
Custom package for creating a React app with extra dependencies
Downloads
2
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-engine
Usage
bash
Copy code
taskflow-engine <project-name>
Replace <project-name> 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 <project-name> to create a new React app with the specified dependencies.
Example
bash
Copy code
taskflow-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.