0.9.9 • Published 5 years ago

apex-plugin-dev-enhancer v0.9.9

Weekly downloads
18
License
MIT
Repository
github
Last release
5 years ago

APEX Plug-in Dev Enhancer

APEX Community APEX Tool APEX Built with Love

Local command line tool to enhance Oracle APEX Plug-in development...

Note: At the moment still Beta! Ideas and testing are very welcome...

demo

Requirements

Install

npm install apex-plugin-dev-enhancer -g

Usage

Help

Show available commands and information about that

apde help

Init Plug-in project

Creates initial folder structure for future Plug-in development

mkdir path/to/project
cd path/to/project
apde init

Config Plug-in project

Creates a JSON file in the root directory of your project with necessary settings & paramters, like Plug-in name, type, database connection ...

cd path/to/project
apde config

Upload static files to APEX instance

Uploads all files contained in your src/files folder to your APEX instance/application which hosts the Plug-in

cd path/to/project
apde files

Minify/Compress static Plug-in files

Compresses & minifies all JS/CSS Plug-in static files located in src/files and outputs a .min.js or .min.css file in the same directory

cd path/to/project
apde minify

Build Plug-in file for distribution

Executes all steps to create a final Plug-in build ready for distribution. Uploads all static files, exports the Plug-in SQL and concats your PL/SQL package to the file. So all necessary objects are contained in one single file. Default location: dist/

cd path/to/project
apde build

Credits

License

MIT © Daniel Hochleitner

0.9.9

5 years ago

0.9.8

5 years ago

0.9.7

5 years ago

0.9.6

6 years ago

0.9.5

6 years ago

0.9.4

6 years ago

0.9.3

6 years ago

0.9.2

6 years ago

0.9.1

6 years ago

0.9.0

6 years ago

0.8.9

6 years ago

0.8.8

6 years ago

0.8.7

6 years ago

0.8.6

6 years ago

0.8.5

6 years ago

0.8.4

6 years ago

0.8.3

6 years ago

0.8.2

6 years ago

0.8.1

6 years ago

0.8.0

6 years ago

1.0.0

6 years ago