Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
/ datamakerapp Public archive

Electron App to generate CouchDB/Cloudant data

Notifications You must be signed in to change notification settings

glynnbird/datamakerapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataMakerApp

An Electron App that generates sample data for Cloudant/CouchDB databases.

screenshot

Prerequisites

Node.js & npm.

Install

Clone this repository

git clone https://github.com/glynnbird/datamakerapp.git
cd datamakerapp

Install the dependencies

npm install
npm run postinstall

Run

Run the app with

npm run start

Build

Build an executable with:

# build for MacOS
npm run mac
# build for Windows
npm run win
# build for Linux
npm run linux

About

Electron App to generate CouchDB/Cloudant data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published