Rel1cx / eslint-react

A series of composable ESLint rules for libraries and frameworks that use React as a UI runtime.
https://eslint-react.xyz/docs/rules/overview
MIT License
160 stars 5 forks source link

Transfer project back to personal GitHub #116

Closed Rel1cx closed 8 months ago

Rel1cx commented 8 months ago
image

It looks like we're going to run out of free Netlify credit in just a few days, and I need to transfer the project back to a personal GitHub so we can use Vercel without having to buy a paid team plan, and a lot of other services require a paid plan for projects under the organization, which I don't have the money to pay for at the moment.

JounQin commented 6 months ago

@Rel1cx

I'm surprised this project was transferred back to personal account for this reason, actually:

  1. You can apply https://www.netlify.com/legal/open-source-policy/
  2. You can link org project with your personal Vercel account, and use https://github.com/amondnet/vercel-action for deployment, take https://github.com/un-ts/lib-boilerplate/blob/main/.github/workflows/vercel.yml as example

I have a lot of organization projects, and I've never paid for such services because all my projects are open sourced.

SukkaW commented 6 months ago

We can just do builds on GitHub Actions (unlimited build minutes for open-source projects under acceptable usage) and deploy the dist to Cloudflare Pages (unlimited bandwidth).

I use this approach for almost all of my projects (including those under organizations), yet I have an "unlimited" quota for deploying/serving them.

Rel1cx commented 6 months ago

@JounQin @SukkaW Thanks for the suggestions but I'll keep it under personal account until there's an obvious need to transfer it to the organisation.

JounQin commented 6 months ago

@Rel1cx The greatest part of organization is collaboration and permission model, but if you want to maintain this project solo, that's totally fine, while I'll never consider.