Skip to content

cychiuae/create-skygear-cloud-code

Repository files navigation

Create Skygear cloud code

Scaffolding skygear cloud code

Usage

Prerequisites

  1. Setup nighly/staging/production in skygear portal
  2. Add enviroment variables DEV_DATABASE_URL / STAGING_DATABASE_URL / PRODUCTION_DATABASE_URL in travis
$ npm install -g create-skygear-cloud-code
or
$ yarn global add create-skygear-cloud-code

$ create-skygear-cloud-code init <YourProjectName>

Contribution

Inspired by

  • react-native-cli

Dev dependencies

  • Node 8.x.x
  • Yarn 1.9.4