euro-coin-collector

Tool to identify and collect Euro coins


Keywords
euro, coins, collector
License
CC-BY-NC-SA-4.0
Install
npm install euro-coin-collector@1.0.0

Documentation

Euro coin collector

Euro coin collector

Description

This is a tool to identify and collect Euro coins. Based on nwjs-bootstrap2.

Requirements to build

  1. git
  2. node.js
  3. Yarn

Developer info

Kick start developer environment:
git checkout git+ssh://git@bitbucket.org/masterjguscius/euro-coin-collector.git
yarn install
yarn start
Version bump, git & publish:
yarn run bump
yarn run bump:patch
yarn run bump:minor
yarn run bump:major
Building & packaging
yarn run build:icons
yarn run build:all
yarn run build:win32
yarn run build:win64
yarn run build:linux32
yarn run build:linux64
yarn run build:mac64

This will build & package your app for these systems: win32, win64, linux32, linux64, macos64. You will find your builds in ./build directory.