Skip to content

Instantly share code, notes, and snippets.

@BastinRobin
Created May 25, 2019 04:44
Show Gist options
  • Select an option

  • Save BastinRobin/162d44c0cb8baad86acef0658fee3f73 to your computer and use it in GitHub Desktop.

Select an option

Save BastinRobin/162d44c0cb8baad86acef0658fee3f73 to your computer and use it in GitHub Desktop.
Sparx CLI commands
"""
Commands:
sparx new project_name | Generates a new application
sparx add service --name=User | Generates the User model, controller, and schema
sparx add deploy --type=aws | Generates deploymend server facades
sparx add auth --type=social | Generate the basic authentication (social or manual)
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment