1.0.2 • Published 8 years ago
realm-cli v1.0.2
Create a Realm Project with Ease!
Just make sure you have
1. Node v6.10.3 or higher
2. XCode 8.3.2 or higher installed
3. npm install -g realm-cli
Creating a new Realm Project!
realm-cli init myapp
This will create, ROS, iOS, and Android Projects
/myapp
/server
/ios
/androidContributor Setup
git clone https://github.com/realm/realm-cli.gitcd realm-cli && npm installnpm run build- Go to your
~/.bash_profile - add an alias
a. if you like
realmas a command then putalias realm="node ~/realm-cli/dist/index.js"(or the location of index.ts of this project) b. if you like to userealm-clias the commandalias realm-cli="node ~/realm-cli/dist/index.js"(or the location of index.ts of this project)
All we did was install dependencies and link an alias to our command program
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago
1.0.0-alpha.6
8 years ago
1.0.0-alpha.5
8 years ago
1.0.0-alpha.4
8 years ago
1.0.0-alpha.3
8 years ago
1.0.0-alpha.2
8 years ago
1.0.0-alpha.1
8 years ago