Created
May 25, 2019 04:44
-
-
Save BastinRobin/162d44c0cb8baad86acef0658fee3f73 to your computer and use it in GitHub Desktop.
Sparx CLI commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| 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