2.2.0 • Published 5 years ago

elektron-muon v2.2.0

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

Elektron Core module

Welcome to the Elektron Core module.
This module is the core components of Elektron and embeds the default classes.

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
(npm unlink elektron-muon 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