The essential packages to help you start your SAAS, product in a day!.
It's safe, performance and FREE! Start this if you can!
Learn more »
Discord
·
Website
·
Issues
Opinionated collection of helpful Rust/Dart/TypeScript utils which we use on the real world applications
- Typescript support
- Tree-shaking
- Have no dependencies as possible
- High performance(Design with modular in mind - minimal, readable and well thought out API)
- Full tested with the code coverage 100%
- Documentation
Project | Features |
---|---|
@techmely/auth | 📦 # Techmely auth's utils solutions |
@techmely/utils | 📦 Tree-shakable ESM Unit Test coverage 80% |
@techmely/reset-css | The customize reset css with the minimal config work for every modern browsers |
@techmely/vike-react | React integration for Vike of Techmely Version |
@techmely/vike-react-query | ReactQuery integration for Vike of Techmely Version |
@techmely/cache | Cache layer for all runtime. Memory, Zone CF, redis cache |
@techmely/logger | Logger for all runtime: Console, Axiom, Pino |
@techmely/metrics | Metrics with axiom |
@techmely/rate-limit | Rate limit for all runtime: Console, Axiom |
@techmely/usage-limit | Usage limit for all runtime: Currently only Cloudflare |
@techmely/nuxt-partytown | Integrate with Partytown easy on Nuxt 3 |
@techmely/nuxt-pinia-persist | Integrate with Pinia easy on Nuxt 3 |
@techmely/vue-pinia-persist | Persist store like Redux, but for Vue |
You just need to change the postfix
of project like utils
, reset-css
, vue-partytown
...
Example:
npm i --save-dev @techmely/utils
yarn add @techmely/utils
pnpm add @techmely/utils
bun add @techmely/utils
-
Run
yarn
to install all dependencies -
Install VsCode Extension: Rome
-
CRUD feature and do not forget to add unit test for them
- Remember add typing for all functions
-
Create the pull request --> Please request me for review code
-
After Techmely Team approved PR --> Merge to main --> CI/CD automation release new version
MIT © TechMeLy