-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs about flags, plugins, storybook, add logo
- Loading branch information
Showing
3 changed files
with
41 additions
and
24 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## Advanced Usage | ||
|
||
#### CLI Flags | ||
|
||
You can pass flags for each of the options. | ||
|
||
| Flag | Possible Values | Action | | ||
| ------------------- | ------------------------------ | ---------------------------------------------- | | ||
| `--auth-type` | jwt, oauth2, uaa | The JHipster app's auth type | | ||
| `--search-engine` | true, false | Whether the JHipster app uses a search engine | | ||
| `--dev-screens` | true, false | Whether to install the Ignite DevScreens | | ||
| `--animatable` | false, react-native-animatable | Which animatable library to use | | ||
| `--skip-git` | | Skips git init | | ||
| `--skip-lint` | | Skips standard initialization (linting) | | ||
|
This file contains 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
This file contains 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