3.6.0 • Published 5 months ago

taskflow-engine v3.6.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

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.
2.5.0

5 months ago

3.1.0

5 months ago

3.6.0

5 months ago

2.1.0

5 months ago

1.1.0

5 months ago

1.0.0

5 months ago