🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

laxar-tooling

Package Overview
Dependencies
Maintainers
4
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

laxar-tooling

Tool support for LaxarJS

latest
Source
npmnpm
Version
2.0.3
Version published
Maintainers
4
Created
Source

laxar-tooling Build Status

A tool support library to inspect LaxarJS applications

This library serves as a central point to codify build-time knowledge of LaxarJS applications. Use it to add LaxarJS support to your build tool.

Currently laxar-tooling serves four main purposes:

  • artifactCollector: collect a list of artifacts (pages, layouts, themes, widgets, controls) plus meta-information starting from the application's flow(s)
  • artifactValidator: validate the collected artifacts with JSON schema
  • assetResolver: for a single artifact from that list and the list of themes, resolve themed assets for that artifact
  • artifactListing: generate a JavaScript module to be used by LaxarJS' artifactProvider
  • serialize: serialize the generated module into valid JavaScript

Installation

First, make sure you are running NodeJS v4.0 or newer. After that, just install laxar-tooling:

$ node -v
v4.4.7
$ npm install --save laxar-tooling

Usage

Refer to the API documentation and/or real-world usage in laxar-loader

Keywords

laxar

FAQs

Package last updated on 04 Apr 2018

Did you know?

Socket

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