|
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 |
37 | 37 | The Universal Permissive License (UPL), Version 1.0
|
0 commit comments