Skip to content
This repository was archived by the owner on Jul 2, 2020. It is now read-only.

Commit 53a227e

Browse files
committedMar 20, 2017
Release 3.0.0
1 parent f1f4756 commit 53a227e

File tree

88 files changed

+2294
-3275
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+2294
-3275
lines changed
 

‎README.md

+36-36
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
# generator-oraclejet 2.3.0
2-
3-
## About the generator
4-
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.
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/jet230/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/jet230/jet/) for information about all of the available command line options as well as details on pre-requisites for installation.
16-
17-
```bash
18-
# Generate a web application with default blank template
19-
yo oraclejet <app name>
20-
```
21-
```bash
22-
# Generate a web application with default basic template
23-
yo oraclejet <app name> --template=basic
24-
```
25-
```bash
26-
# Generate a hybrid mobile application for Android with default navdrawer template
27-
yo oraclejet:hybrid myApp --appid=com.oracle.samples.myapp --appname=MyApp --template=navdrawer --platform=android
28-
```
29-
30-
## [Contributing](https://github.com/oracle/generator-oraclejet/tree/master/CONTRIBUTING.md)
31-
Oracle JET is an open source project. Pull Requests are currently not being accepted. See
32-
[CONTRIBUTING](https://github.com/oracle/generator-oraclejet/tree/master/CONTRIBUTING.md)
33-
for details.
34-
35-
## [License](https://github.com/oracle/generator-oraclejet/tree/master/LICENSE.md)
36-
Copyright (c) 2014, 2017 Oracle and/or its affiliates
1+
# generator-oraclejet 3.0.0
2+
3+
## About the generator
4+
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.
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/jet300/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/jet300/jet/) for information about all of the available command line options as well as details on pre-requisites for installation.
16+
17+
```bash
18+
# Generate a web application with default blank template
19+
yo oraclejet <app name>
20+
```
21+
```bash
22+
# Generate a web application with default basic template
23+
yo oraclejet <app name> --template=basic
24+
```
25+
```bash
26+
# Generate a hybrid mobile application for Android with default navdrawer template
27+
yo oraclejet:hybrid myApp --appid=com.oracle.samples.myapp --appname=MyApp --template=navdrawer --platform=android
28+
```
29+
30+
## [Contributing](https://github.com/oracle/generator-oraclejet/tree/master/CONTRIBUTING.md)
31+
Oracle JET is an open source project. Pull Requests are currently not being accepted. See
32+
[CONTRIBUTING](https://github.com/oracle/generator-oraclejet/tree/master/CONTRIBUTING.md)
33+
for details.
34+
35+
## [License](https://github.com/oracle/generator-oraclejet/tree/master/LICENSE.md)
36+
Copyright (c) 2014, 2017 Oracle and/or its affiliates
3737
The Universal Permissive License (UPL), Version 1.0

‎RELEASENOTES.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
## Release Notes for generator-oraclejet ##
22

3-
### 2.3.0
4-
* Allow local files as scaffolding starting templates
5-
* Provide the ability to specify the Windows hybrid platform architecture
6-
* Better handling for determining which browser is launched when serving a hybrid app
7-
* Please use the latest version of yeoman as some earlier versions can cause issues with scaffolding
3+
### 3.0.0
4+
* Replaced bower with npm
5+
* SASS tasks now run in CCA directories also
6+
* Added --destination=server-only option for web apps
7+
* Removed --destination=deviceOrEmulatorName option
8+
* Added ability to cutomize serve tasks such as watching additional files
9+
* Added gap://ready to inserted CSP meta tag for iOS 10 compatibility
10+
* Requires Node.js v4.0.0+ and npm v3.0.0+
11+
* Known issue: grunt serve to iOS device requires developer profile

0 commit comments

Comments
 (0)