Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Aeryle/library-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is not dead, I had not yet time to work on it, I'm going back to it soon.

Library Customizer

What is it?

  • This projet consists in an UI that allows to easily edit the config.css file that manages Shiina's Steam Library config file.
  • A lot more things are incoming, stay tuned!

Why not just edit file directly?

  • Because it's easier and way more convenient than opening another software, writing, saving.
  • Doesn't need to download the file, as this software will automatically fetch content

What is used?

  • NodeJS - JavaScript but with more possibilities!
  • Electron - A kind of browser using NodeJS
  • Electron-Builder - To get exe, deb, and some other files
  • TypeScript - JavaScript, but with types (basically just transpiles to JS)
  • Webpack - Minifier for javascript and anything

Developpers

  • Pull Requests are welcome, don't hesitate

Build from source

  • npm install or yarn - Install all needed dependencies
Development usage
  • npm run dev:build or yarn dev:build - Compile and setup everything
  • npm run dev:watch or yarn dev:watch - Watch instead of building once
Production usage
  • npm run build or yarn build - Build and start the application

Start application

npm start or yarn start

You can pack your own version by using electron-builder

About

Easily customize Shiina Lib in some clicks!

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors