1.0.2 • Published 1 year ago

redteam-create-project v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

READTeam BOILERPLATE

Templates at your fingertips

Installation

Dillinger requires Node.js v17+ to run.

npm i redteamBoilerplate -g

the different methods to initialize a REDTEAMBOILERPLATE project

-1

Create a new project and follow the steps with this command

redteam-create-project

-2

Create a new project and ignore all

redteam-create-project <Project_name> -y

-3

Create a new project and initialize git and install dependencies

redteam-create-project <Project_name> --git --install

Available templates

Template nametemplate description
react_with_api_controllercreate a react project with redux and controllers
react_with_redux_toolkit_querycreate a react project with redux toolkit query (RTKQ)
react_with_redux_toolkit_query_persistcreate a react project with redux toolkit query (RTKQ) and persist