All Projects → oracle → ojet-cli

oracle / ojet-cli

Licence: other
Oracle JET Command Line Interface

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
SCSS
7915 projects
CSS
56736 projects

Labels

Projects that are alternatives of or similar to ojet-cli

oraclejet
Oracle JET is a modular JavaScript Extension Toolkit for developers working on client-side applications.
Stars: ✭ 472 (+3046.67%)
Mutual labels:  oraclejet
generator-oraclejet
DEPRECATED Yeoman generator for creating Web and Mobile-hybrid Oracle JET based applications
Stars: ✭ 13 (-13.33%)
Mutual labels:  oraclejet

@oracle/ojet-cli 13.1.0

About the module

This module contains a command line interface for Oracle JET web and hybrid mobile application development.

This is an open source project maintained by Oracle Corp.

Installation

For web app development, install this module as follows:

npm install -g @oracle/ojet-cli

For hybrid mobile app development, install it together with Cordova:

npm install -g @oracle/ojet-cli cordova

On macOS, you will need to use 'sudo'.

Usage

The Oracle JET command line interface observes the following syntax:

ojet <command> [<scope>] [<parameter(s)>] [<options>]

The available commands are:

add ................ Adds platforms, plugins and more to a JET app

build .............. Builds a JET app

clean .............. Cleans build output from a JET app

create ............. Creates a new JET app, custom theme, or component

help ............... Displays command line help
                     Commands: [add|build|clean|create|list|remove|restore|serve|strip]

list ............... Lists platforms, plugins and more within a JET app

remove ............. Removes platforms, plugins and more from a JET app

restore ............ Restores missing dependencies, plugins and libraries to a JET app

serve .............. Serves a JET app to an emulator, device or the browser

strip .............. Strips all non source files from the JET app

You can view this information by invoking the help task:

ojet help

For more detailed help, you can invoke:

ojet help <command> [<scope>]

For example, to view help on using the 'create' command:

ojet help create

Or view help on adding a plugin:

ojet help add plugin

For more information on the Oracle JET CLI, refer to the Oracle JET Developers Guide.

Contributing

Oracle JET is an open source project. Pull Requests are currently not being accepted. See CONTRIBUTING for details.

License

Copyright (c) 2022 Oracle and/or its affiliates and released under the Universal Permissive License (UPL), Version 1.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].