Skip to content

rexpress/magaret

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magaret is electron and docker based regular expression tester.

Official Site

Requirement

  • Node 6.x
  • Docker
  • Git

Prebuilt-Image Install

https://github.com/rexpress/magaret/releases

Manually Install and Update

Clone repository

$ git clone https://github.com/rexpress/magaret.git

Change Directory

$ cd magaret

Module Install

$ npm install

Run Application

$ npm start

Update to latest

$ git pull
$ npm install