OGX.CLI version 1.7.0 for OGX.JS

2021-10-28

We are pleased to announce that OGX.CLI 1.7.0 for OGX.JS Javascript Framework has been released! We've added the "rename" command which allows you to rename stages, views, templates and controller via the command line. Renaming files is also reflected in the class names themselves (for stages, views and controllers), while renaming templates also affect the preload node of the app.json file. Renaming files also update each individual link in the index file, in dev mode.

To install or update the CLI, simply run:

     npm install @globules-io/ogx.cli -g

For more information about the command of the CLI, check out the github repository.

 

 

OGX.CLI