Skip to content

solarsailer/cloudy-build

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Cloudy Build

Fast UI for Unity Cloud Build.

Cloudy Build

TODO

  • Change API Key field to a password field?
  • Do not regenerate a link everytime. We should first check with a GET on share, then POST if no link is created, or offer an option for regeneration (the Unity Cloud Build API is not great…).
  • Add Jest and "tests, tests, tests". 😅
  • Add Husky to trigger yarn test before a push.
  • Add CI.
  • Improve aesthetics. It's a quick design I made one year or two ago, and it could be way better. Including the favicon. And animations.
  • Remove TypeScript? It was the first time I used TypeScript, and even if I like it and see the advantages, I just don't use it well or sufficiently enough in this project. The part where it could be really nice is the server, and I use plain old JS there.