sjcl / ezpp

pp made easy!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ezpp!

ezpp! is a browser extension that allows you to calculate pp values for a beatmap without manually downloading the beatmap.

Prerequisities

Current versions of software used:

$ node -v
v10.8.0

$ npm -v
6.4.0

Everything should work with older versions of both Node and NPM.

Translating

All translation efforts are warmly welcome! The base English translations can be found here. After translating the file you should also add relevant information to this file, where the code field should match with the .json file you created. If you are unsure on how to edit the files, feel free to raise an issue or ask away in the pull request.

Developing

Setup after cloning the repository:

npm install

Chromium-based browsers

  • Run npm run start:chrome. This will create build directory inside the directory containing the extension.
  • Open up Chrome and navigate to chrome://extensions.
  • Enable Developer mode.
  • Click the Load unpacked button and select the previously mentioned build directory.
  • The extension is now ready to go!

All the changes made are compiled automatically as long as the npm run start:chrome script is running.

To build a production version of the package, run npm run build:chrome.

Firefox

  • Run npm run start:firefox. This will create build directory inside the directory containing the extension.
  • Open up Firefox and navigate to about:debugging.
  • Click the Load Temporary Add-on button and select any file in the previously mentioned directory.
  • The extension is now ready to go!

All the changes made are compiled automatically as long as the npm run start:firefox script is running.

To build a production version of the package, run npm run build:firefox.

Production builds

Run npm run build:all. Two files, ezpp-chrome.zip and ezpp-firefox.zip, are generated.

Installing

Chrome/Chromium: Install from Google WebStore

Firefox: Install from addons.mozilla.org

License

MIT

About

pp made easy!

License:MIT License


Languages

Language:CSS 41.4%Language:JavaScript 39.5%Language:HTML 19.1%