liuxh0 / ghost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ghost

Welcome

This is Ghost, an electron app for code quality analysis through git.

Just enter a branchname or branchtype you want to analyse and select your .git-repository.
Ghost will show all file occurrence within these branches and provide statistics for you.

If you want to search for a specific file type only, type the file extension(s) in the second textbox like this: js,jsx,json and so on.

Come and join our discord https://discord.gg/JjereDw

About the project

As mentioned above Ghost is an analysing tool for git branches. The main purpose is to identify files which are relatively often part of bugfixes. This suggests that those files should be refactored.

How to install

When you first download and install Ghost a warning message will appear, telling you that the application is from an unidentified dev and therefore can't be opened.

Until we get an open source license a work around is needed to install Ghost:
Go to your settings menu and select 'security & privacy'. In the 'General' Tab a note at the bottom will tell you, that the installation has been blocked. Tap the button 'Open Anyway' to allow the installation.

Initialize

To load project dependencies open the project folder in the terminal and type

$ yarn install

Development

You have to run the following two scripts in parallel:

Run local web development server

$ yarn dev

Start the electron development

$ yarn start-dev

Production mode and packaging app

Package the web content

$ yarn build

Package and create the app

$ yarn dist

Testing

Run tests

$ yarn test

If you come across a bug, please tell us in the issues tab. Feel free to leave suggestions and feedback.

About

License:MIT License


Languages

Language:JavaScript 90.3%Language:CSS 4.9%Language:HTML 4.8%