https://github.com/brightify/reactantcli
https://github.com/brightify/reactantcli
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brightify/reactantcli
- Owner: Brightify
- License: mit
- Created: 2017-05-13T09:25:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T14:18:19.000Z (almost 8 years ago)
- Last Synced: 2025-06-20T10:55:51.353Z (about 1 year ago)
- Language: Swift
- Size: 85.9 KB
- Stars: 7
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReactantCLI
**IMPORTANT**: ReactantCLI is a preview and we'd love any feedback on it.
## Requirements
* Swift 4.0+
* CocoaPods
## Installation
Follow these steps to install ReactantCLI:
1. download the master branch in zip: https://github.com/Brightify/ReactantCLI/archive/master.zip
2. unzip the file
3. in terminal, go into the unzipped directory
4. run `make install`
**NOTE**: The same steps apply to updating.
## Usage
At this time, ReactantCLI has only one command and that's `init`. It'll ask you for configuration and then it'll initialize a Reactant project for you.
To use it, run `reactant init`. After you answer its questions and confirm the configuration, ReactantCLI will create a directory with the new project inside it. It will then proceed to run `pod install`. After that's completed, the new project will open in Xcode and you can run it.