Git Product home page Git Product logo

lyrieek-git's Introduction

lyrieek-git

lyrieek-git is a powerful visual tool for Git! Although Git can do a lot of work, but the work involved is much more difficult and error-prone. lyrieek-git makes this process incredibly easy and it changes the way developers work when they use it .

Install

npm i lyrieek-git

Project setup

First, you need to install Vue globally ahead of time

npm i @vue/cli -g

Then install node_modules

npm i
cd server
npm i

Copy server/node_modules to build/node_module

Making configuration files

create JSON customSetting/index.json

Configure any Git projects you use

Config Format:

[
    {
        name: [custom name],
        projectPath: [absolute disk path],
        selected: [default select item],
        tag: [used to classify],
        languages: [programming language used],
        lang: [main human language used]
        ...
    },
    {projectPath: [other project path]}
    ...
]

hot-reloads for development

npm run dev
cd server
npm run dev

Use GPG

Suggest enable no-tty, set it in gpg.conf file

  • If you're using GPG that comes with git-bash, The file path is %USERPROFILE%\.gnupg\gpg.conf
  • If it is GPG4Win, its default directory is in %USERPROFILE%\AppData\Roaming\gnupg\gpg.conf

Open it, and write or append a line of text

no-tty

FRI

https://gist.github.com/BoGnY/f9b1be6393234537c3e247f33e74094a

About emoji

The library I'm using is

https://github.com/carloscuesta/gitmoji

I'm looking at

https://gist.github.com/parmentf/035de27d6ed1dce0b36a

Compiles

npm run build
cd server
npm run build
cd ../dist
node index

Announcements

  • Only for Windows
  • Any version of Internet Explorer is not supported

lyrieek-git's People

Contributors

lyrieek avatar vstianhao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

m8989

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.