Skip to content

Ciriak/Tagifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tagifier

Tagifier is a simple software designed to help you in editing metadata

Maintenance

Audio player from 1.1.0

Any suggestion / Bug ? Please, report them here

Development

Prerequisites

Compiling the sources

Clone the repo , open a terminal on the project folder and type :

npm install

Working with the sources

Open a terminal on the project folder and type :

gulp

Stay with the terminal open the src folder will be compiled on fly.

For testing , you have to follow the instructions below.

Testing the app

Open a terminal on the project folder and type :

electron dist/app.js

Tagifier should start

Packaging the App

Open a terminal on the project folder and type :

gulp build

The packaged software should be available in the folder /build and the release package (with the setup) in /release.