npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

apex-nitro

v5.0.2

Published

Front-end development in Oracle APEX at its best

Downloads

65

Readme

APEX Nitro

npm Build Status Dependency Status XO code style

Front-end development in Oracle APEX at its best.

APEX Nitro is a build tool for APEX front-end development. It watches for file changes (JavaScript, CSS, other) on your system, compiles them into a better format and synchronizes them to your APEX app in real time.

What APEX Nitro does

  • Synchronizes code in real time to your APEX app
  • Allows to write next generation JavaScript
  • Serves minified code to APEX for better performance
  • Ensures code style and standards are used
  • A lot more...

Read the complete documentation for more info on all features.

Requirements

  • Node.js
  • SQLcl (optional, used to upload your files to APEX Shared Components)

Quickstart

Follow the next few sections to get started quicky with APEX Nitro.

To get the full APEX Nitro experience, go to the full documentation.

Install

npm install -g apex-nitro

Initialize your project

Answer a few simple questions about your project:

apex-nitro init

command-init

Read more on initializing your APEX Nitro project

Write your code

Create, edit or delete any file in your source folder. Example:

|-/src/
  |-myproject.css
  |-myproject.js

Read more about APEX Nitro code patterns.

Connect your APEX app

To enable APEX Nitro in your app, you must make a small tweak in your application. Go to Shared Components > Application Processes and create a new application process with the following attributes:

| Attribute | Value | | ----------------- | ----------------------------------------------------------------------- | | Name | APEX Nitro | | Sequence | -999 | | Process Point | On Load: Before Header (page template header) | | Condition | owa_util.get_cgi_env('APEX-Nitro') is not null | | Source (PL/SQL) | apex_application.g_flow_images := owa_util.get_cgi_env('APEX-Nitro'); |

setup-application-process

Read the documentation for more information about how to connect your APEX app.

Reference your files

Your APEX application must references the APEX Nitro files. A recommended location is in the User Interface Attributes:

setup-reference-application1

setup-reference-application2

#APP_IMAGES#myproject#MIN#.js
#APP_IMAGES#myproject#MIN#.css

Build your files

Only available in Pro mode

Compiles all local files into a single build more efficient for APEX consumption.

apex-nitro build

command-build

Launch your app

Enable real time coding in your app:

apex-nitro launch

command-launch

This includes the apex-nitro build step.

Open up your favorite code editor. Any change you make to your files will be synchronized to your APEX app in real time.

Uploading your files to APEX Shared Components

apex-nitro upload

command-upload

Read more about uploading your files.

Troubleshoot

Read more about common issues.

Moving from APEX Nitro v4 to v5

Are your an APEX Nitro v4 user? Read about moving to v5.

Changelog

See changelog.

Project Sponsors

Insum Solutions

Team