Skip to content

Latest commit

 

History

History
executable file
·
26 lines (16 loc) · 753 Bytes

README.md

File metadata and controls

executable file
·
26 lines (16 loc) · 753 Bytes

Reazy logo

This package provides a lightweight CLI tool which installs Reazy for your project and passes on the commands to Reazy which handles them.

Getting started

Install Reazy CLI

$ npm install -g reazy-cli

Generate the app

$ reazy init MyAwesomeApp [type]

[type]: mobile/web/plugin. Optional (You will be prompted later if you don't specify it here)

  • mobile: A simple React Native app with only the basic services.

  • web: A React project for web. Coming soon!

  • plugin: Scaffolding for a Reazy plugin.

Detailed documentaion