You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 2, 2020. It is now read-only.
This Yeoman generator for Oracle JET lets you quickly set up a project for use as a Web application or mobile-hybrid application for Android and iOS.
5
-
6
-
This is an open source project maintained by Oracle Corp.
7
-
8
-
### Installation
9
-
For step-by-step instructions on using Yeoman and this generator to build an Oracle JET application, including possible pre-requisites for installation, please see the [Oracle JET Developers Guide](http://docs.oracle.com/middleware/jet210/jet/)
10
-
```bash
11
-
npm install -g generator-oraclejet
12
-
```
13
-
14
-
### Usage
15
-
Once you have the generator installed, the following commands will scaffold up a JET based application. See the [Oracle JET Developers Guide](http://docs.oracle.com/middleware/jet210/jet/) for information about all of the available Command Line options as well as details on pre-requisites for installation and usage with Mobile-Hybrid applications.
16
-
17
-
```bash
18
-
# Generate a web based application with default blank template
19
-
yo oraclejet <app name>
20
-
```
21
-
```bash
22
-
# Generate a web based application with QuickStart_Basic template
23
-
yo oraclejet <app name> --template=basic
24
-
```
25
-
```bash
26
-
# Generate a mobile hybrid application for Android with default navdrawer template
27
-
yo oraclejet:hybrid myApp --appid=com.oracle.samples --appname=MyApp --template=navdrawer --platforms=android
Copyright (c) 2014, 2016 Oracle and/or its affiliates
1
+
# generator-oraclejet 2.2.0
2
+
3
+
> Yeoman generator for Oracle JET web and mobile applications
4
+
5
+
## About the generator
6
+
This Yeoman generator for Oracle JET lets you quickly set up a project for use as a web application or hybrid mobile application for Android, iOS or Windows 10.
7
+
8
+
This is an open source project maintained by Oracle Corp.
9
+
10
+
## Installation
11
+
For step-by-step instructions on using Yeoman and this generator to build an Oracle JET application, including possible pre-requisites for installation, please see the [Oracle JET Developers Guide](http://docs.oracle.com/middleware/jet210/jet/)
12
+
```bash
13
+
npm install -g generator-oraclejet
14
+
```
15
+
16
+
## Usage
17
+
Once you have the generator installed, the following commands will scaffold up a JET based application. See the [Oracle JET Developers Guide](http://docs.oracle.com/middleware/jet210/jet/) for information about all of the available command line options as well as details on pre-requisites for installation.
18
+
19
+
```bash
20
+
# Generate a web application with default blank template
21
+
yo oraclejet <app name>
22
+
```
23
+
```bash
24
+
# Generate a web application with default basic template
25
+
yo oraclejet <app name> --template=basic
26
+
```
27
+
```bash
28
+
# Generate a hybrid mobile application for Android with default navdrawer template
29
+
yo oraclejet:hybrid myApp --appid=com.oracle.samples.myapp --appname=MyApp --template=navdrawer --platform=android
0 commit comments