1.0.0 • Published 5 years ago

rxinit v1.0.0

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

RXinit

A simple script to initialize a reaxiom project

Usage

  • Vanilla project
$ npx create-react-app ./
$ npx rxinit -v
  • Redux project
$ npx create-react-app ./
$ npx rxinit -r
  • Firebase project
$ npx create-react-app ./
$ npx rxinit -f

FAQ

  • Can I use it in my app?
    • Probably not. You must use it in a new project with reaxiom.