oamaok / ezpp

pp made easy!
MIT License
82 stars 23 forks source link

Maybe create a new repo for calculating? #100

Closed acrylic-style closed 3 years ago

acrylic-style commented 3 years ago

Currently, the taiko calculation codes are in ezpp repository, instead of its dedicated repo/package. I think we can create another repo for these calculation codes. If we don't publish the package to npm, then we can do yarn add oamaok/new-repo to add a package that is from a github repo.

oamaok commented 3 years ago

Creating an npm package for this would be great, since ojsama only has support for standard. If we publish a full-fledged package with the ability to calculate all the gamemodes, we will create much value for other people as well.

oamaok commented 3 years ago

Alternatively, we could take a monorepo approach. This repo would contain both the extension and the calculators as separate projects in separate yarn workspaces. We could then publish an npm package called ezpp, more people would find it if we just reuse the name for the npm package as well.

This would create an issue with Github releases, though.

oamaok commented 3 years ago

Created a new repo, will set it up later today: https://github.com/oamaok/libezpp