0.0.3 • Published 5 years ago

@ng-qt/ng-test v0.0.3

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

ng-test

A test library for NodeGUI widgets

Features

Installation

Usage

API documentation

Development

The recommended way of getting started with contributing is using Docker

If you already have QMake, Qt5, Node.js and CLang & friends installed on your system, and don't want to use Docker, go over to the Docker image for Qode and set the same environment variables.

Run the following command to start the ng-test development environment for Docker and install the required build dependencies

The project context will be shared with Docker, which means any changes made on your system, or in the container will be reflected to one another.

$ ./docker-dev.sh

Requirements