Socket
Socket
Sign inDemoInstall

nbcompile

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nbcompile

Compile a NetBeans project from the terminal


Version published
Weekly downloads
9
Maintainers
1
Created
Weekly downloads
 

Readme

Source

nbcompile

npm version Build Status

Compile NetBeans projects directly from your terminal.

Requirements

This script is using Apache Ant under the hood to compile the source, your need the latest version for this to work. Supported platforms are macOS and linux, it should work on Windows with the bash emulator.

Install

Use npm to install the script globally.

npm install -g nbcompile

Or clone this repo and place the nbcompile.sh in /usr/local/bin.

git clone https://github.com/kvartborg/nbcompile
cp -a nbcompile/bin/nbcompile.sh /usr/local/bin/nbcompile

Usage

Navigate to a NetBeans project in your terminal and run the nbcompile command. This will compile and run your java code like the NetBeans IDE.

cd my/netbeans/project
nbc

The command is aliased as both nbcompile and nbc.

Clean & build

NetBeans clean and build feature is also supported by nbcompile, run the clean command and the project dist and build folder will be clean before execution.

nbc clean

Keywords

FAQs

Last updated on 10 Jun 2018

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