- This projet consists in an UI that allows to easily edit the
config.cssfile that manages Shiina's Steam Library config file. - A lot more things are incoming, stay tuned!
- 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
- 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
- Pull Requests are welcome, don't hesitate
npm installoryarn- Install all needed dependencies
npm run dev:buildoryarn dev:build- Compile and setup everythingnpm run dev:watchoryarn dev:watch- Watch instead of building once
npm run buildoryarn build- Build and start the application
npm start or yarn start
You can pack your own version by using electron-builder