Skip to content

Commit 0dd2d57

Browse files
committed
Oracle JET release 4.0.0
1 parent c71219b commit 0dd2d57

File tree

845 files changed

+234407
-134574
lines changed

Some content is hidden

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

845 files changed

+234407
-134574
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Oracle JET version 3.2.0
1+
# Oracle JET version 4.0.0
22

33
## About Oracle JET
44
Oracle JET is targeted at intermediate to advanced JavaScript developers working on client-side applications. It's a collection of open source JavaScript libraries along with a set of Oracle contributed JavaScript libraries that make it as simple and efficient as possible to build applications that consume and interact with Oracle products and services, especially Oracle Cloud services.
@@ -27,18 +27,20 @@ Here is a list of places to see Oracle JET in action:
2727

2828

2929
## Installation
30-
Oracle JET provides a Yeoman generator to help scaffold up your applications. To install and build a blank app, type:
30+
Oracle JET provides a command-line interface to help scaffold up your applications. To install and build a blank app, type:
3131

3232
```
33-
npm install -g yo grunt-cli
34-
npm install -g generator-oraclejet
33+
npm install -g @oracle/ojet-cli
3534
36-
yo oraclejet <app name>
35+
ojet create <app name>
3736
```
38-
See the [Oracle JET Developer Guide](http://docs.oracle.com/middleware/jet320/jet/) for complete installation details, including prerequisites.
37+
See the [Oracle JET Developer Guide](http://docs.oracle.com/middleware/jet400/jet/) for complete installation details, including prerequisites.
3938

40-
## [Documentation](http://docs.oracle.com/middleware/jet320/jet/)
41-
Oracle JET comes with a full [Developers Guide](http://docs.oracle.com/middleware/jet320/jet/) to help with Getting Started and many common issues.
39+
## Related GitHub Projects
40+
All related projects on GitHub are associated under the [oracle-jet topic](https://github.com/search?q=topic%3Aoracle-jet+org%3Aoracle&type=Repositories).
41+
42+
## [Documentation](http://docs.oracle.com/middleware/jet400/jet/)
43+
Oracle JET comes with a full [Developers Guide](http://docs.oracle.com/middleware/jet400/jet/) to help with Getting Started and many common issues.
4244

4345
## [Contributing](https://github.com/oracle/oraclejet/tree/master/CONTRIBUTING.md)
4446
Oracle JET is an open source project. Pull Requests are currently not being accepted. See

THIRDPARTYLICENSE.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ js/libs/jquery/jqueryui-amd-1.12.0/widget.js MIT
2727
js/libs/history/history.iegte8.js MIT
2828
js/libs/es6-promise/es6-promise.js MIT
2929
js/libs/crossroads/crossroads.js MIT
30-
js/libs/oj/v3.2.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
31-
js/libs/oj/v3.2.0/min/ojtree.js (jsTree.js) MIT
32-
js/libs/oj/v3.2.0/ojL10n.js (requireJS i18n) MIT
30+
js/libs/oj/v4.0.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
31+
js/libs/oj/v4.0.0/min/ojtree.js (jsTree.js) MIT
32+
js/libs/oj/v4.0.0/ojL10n.js (requireJS i18n) MIT
3333
js/libs/hammer/hammer-2.0.8.js MIT
3434
js/libs/require-css/css.js (require-css) MIT
3535
js/libs/proj4js/dist/proj4.js Proj4js
36-
scss/oj/v3.2.0/3rdparty/normalize/normalize.scss MIT
36+
scss/oj/v4.0.0/3rdparty/normalize/normalize.scss MIT
3737

3838
/**
3939
* webcomponents.js - v0.7.23
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)