You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ojet-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ojet-cli

Oracle JET Command Line Interface

3.2.0
latest
npmnpm
Version published
Weekly downloads
6
-14.29%
Maintainers
1
Weekly downloads
 
Created
Source

ojet-cli 3.2.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 ojet-cli

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

npm install -g cordova ojet-cli

Usage

The Oracle JET command line interface observes the following syntax:

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

The available tasks are:

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

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

clean ......................... Cleans the JET app build output

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

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

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

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

restore ....................... Restores 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 <task> [<scope>]

For example, to view help on adding a plugin:

ojet help add plugin

Contributing

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

License

Copyright (c) 2016, 2017 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0

FAQs

Package last updated on 15 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts