0.1.0 • Published 4 years ago

@ahmeteneskcc/react-new v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

REACT-NEW


Description: create new react app in seconds with selections


Installation

    npm install react-new -g

or

    yarn global add react-new

Usage

    react-new
  • give name to project

picuter1

  • select component kind

picture2

  • choose options (will add future)

picture3

  • wait for dependencies and steps

picture4

when finished

  • cd {project name}

for example

    cd my_react_app
  • npm start
    npm start

DONE 🎉🎉🎉

Author : AhmetEnesKCC

github : https://github.com/AhmetEnesKCC

project github : https://github.com/AhmetEnesKCC/react-new

used dependencies :

  • chalk (for make colored console outputs)

  • clear (for clear console)

  • inquirer (for cli ui)

  • execa (for execute functions)

  • listr (for make installations steps more attractive )

Thank You !!!