0.0.3 • Published 7 years ago

electron-mvc v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

electron-mvc

A MVC (Model View Controller) framework for Electron

Installation and Usage:

npm install electron-mvc -S

How to run the Unit Test

Step 1: Install Prerequisite Tools

Install NodeJS and Git

Step 2: Clone the 'electron-mvc' repository locally

Open a command shell then enter the following commands:

git clone git://github.com/Echopraxium/electron-mvc
cd electron-mvc
npm update

Step 3: Run the Unit Test

Now enter the following command:

node test.js

You should get the following output:

============================================================
============ Unit Test for electron-mvc package ============
============================================================
CommandFactory.create
===================== End of Unit Test =====================

References