1.0.3 • Published 5 years ago

elektron-muon-context v1.0.3

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

Elektron Context module

Welcome to the Elektron Context module.
This module defines an infrastructure to get information about the hosting context

Getting started

Tools

Having your environment ready

npm i typescript tslint -g

Installing the dependencies

npm i

Building

npm run build

Debugging

Run this command from this repo:
npm link
(npm unlink to undo)
Create a project using the generator.
Run this command from the debugging repo:
npm link elektron-muon-context
(npm unlink elektron-muon-context to undo)

Publishing

Please refer to the following documentation

Continuous integration

Please refer to the following documentation
static analysis url.
No unit testing in place at the moment.

Contributing

Please refer to the following documentation
repo url