igorkamyshev / withease

A set of libraries and recipes to make frontend development easier thanks to Effector

Home Page:https://withease.effector.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

With Ease

A set of libraries and recipes to make frontend development easier thanks to Effector.

Maintains

Getting started

  • clone repo
  • install deps via pnpm install
  • make changes
  • make sure that your changes is passing checks:
    • run tests via pnpm test
    • run type tests via pnpm test:types
    • run linter via pnpm lint
    • try to build it via pnpm build
    • format code via pnpm format
  • fill in changes via pnpm changes
  • open a PR
  • enjoy 🎉

Release workflow

Releases of With Ease are automated by changesets and GitHub Actions. Your only duty is creating changeset for every PR, it is controlled by Changes-action.

After merging PR to master-branch, Version-action will update special PR with the next release. To publish this release, just merge special PR and wait, Release-action will publish packages.

About

A set of libraries and recipes to make frontend development easier thanks to Effector

https://withease.effector.dev

License:MIT License


Languages

Language:TypeScript 80.2%Language:JavaScript 12.7%Language:Vue 3.9%Language:HTML 3.2%