JSPM

  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q51679F
  • License MIT

FAAS Micro Framework

Package Exports

  • wavelength-js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (wavelength-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Wavelength

npm NPM version License GitHub issues GitHub forks GitHub stars GitHub top language

build-and-test-package publish-npm-package Libraries.io dependency status for latest release

Patreon LinkedIn

Micro-framework for FAAS applications.

Install

yarn add wavelength-js

Import package into your application

TypeScript

import {Runtime} from "wavelength-js";

JavaScript

const {Runtime} = require("wavelength-js");

commands

yarn run build

yarn run watch

yarn run test

Demo

See, how it's working: https://runkit.com/lopatnov/wavelength-js

Test it with a runkit: https://npm.runkit.com/@bradodarb/wavelength-js

Rights and Agreements

License MIT