1.1.5 • Published 10 years ago

joopl-analyzer v1.1.5

Weekly downloads
4
License
Apache v2
Repository
github
Last release
10 years ago

Welcome to jOOPL Analyzer !

Introduction

First of all, thank you for your interest on jOOPL and this analyzer tool.

If you're not familiar with jOOPL, jOOPL stands for "JavaScript Object-Oriented Programming Library" and jOOPL Analyzer is a very powerful tool which analyzes your existing jOOPL-based JavaScript code and generates a file called "moduleinfo.js".

That "moduleinfo.js" file will contain some kind of metadata that will let jOOPL load the required source files to the Web browser to work with some given class or a group of classes.

Follow this link to learn more and get great documentation about both jOOPL and jOOPL Analyzer

Basic usage how-to

jOOPL analyzer should be installed globally using npm:

npm -g install joopl-analyzer

Once it's installed, it can be executed globally in your shell environment.

joopl-analyzer command will analyze your JavaScript code starting from a base directory. If no base directory is provided, the analyzer will start from current directory in your shell session.

A concrete base directory will be provided calling the command this way:

joopl-analyzer --directory ./src
joopl-analyzer --directory c:\myproject

Final words

Again, thank you for your interest. Feedback will be appreciated. Please send it to:

And issues should be added in the GitHub repository:

About the author

jOOPL and jOOPL Analyzer is a project developed by Matías Fidemraizer. You may contact me either in GitHub or LinkedIn:

1.1.5

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.0

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago