Socket
Socket
Sign inDemoInstall

cn1-deploy

Package Overview
Dependencies
25
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cn1-deploy

CLI tool for deploying Codename One applications


Version published
Weekly downloads
3
increased by200%
Maintainers
1
Install size
17.0 MB
Created
Weekly downloads
 

Readme

Source

cn1-deploy

CLI tool for deploying Codename One applications

Requirements

  1. JDK 8 or higher
  2. NodeJS 4.2 or higher

Installation

$ npm install cn1-deploy -g

NOTE: On unix/linux/Mac systems you'll need to use sudo for the command. On Windows this command should work as long as your are using an admin account.

Usage

Open terminal and navigate to a Codename One project directory.

Initializing a Desktop Project

$ cn1-deploy init javase

This creates a folder "cn1-deployments/javase" with a package.json file with all of the settings necessary to build and deploy the app for Desktops.

Building the App for Desktop

$ cn1-deploy build javase

The first time this is run, this will submit a job to the Codename One build server to generate the desktop app. When complete, the app you will have an executable jar ready to run in "cn1-deployments/javase/dist".

Installing the App on Local Machine

$ cn1-deploy install javase

This will bundle the app and make it so it can be run on the command line of the local machine when the user enters the command name.

Publishing App to NPM

$ cn1-deploy publish javase

This will publish your app on NPM so that it can be installed on any machine that has NodeJS installed via the one-line command:

$ npm install your-app-name

and then will be runnable immediately via:

$ your-command-name

FAQs

Last updated on 22 Dec 2016

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc