All Projects → vlio20 → Utils Decorators

vlio20 / Utils Decorators

Licence: mit
Decorators for web and node applications

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Utils Decorators

Web develop
《Python Web开发实战》书中源码
Stars: ✭ 1,146 (+1106.32%)
Mutual labels:  webdevelopment
Commudle Ng
World's first community management platform. And it's free!
Stars: ✭ 81 (-14.74%)
Mutual labels:  webdevelopment
Simpleadmin Rails
SimpleAdmin - Dashboard for modern website without wasting time
Stars: ✭ 87 (-8.42%)
Mutual labels:  webdevelopment
Trafficlight
🚦 Flexible NodeJS Routing Decorators for API Routing
Stars: ✭ 69 (-27.37%)
Mutual labels:  decorators
Kales
Kotlin on Rails
Stars: ✭ 78 (-17.89%)
Mutual labels:  webdevelopment
React Inform
Simple controlled forms with validations in react
Stars: ✭ 81 (-14.74%)
Mutual labels:  decorators
Sublime Text Plugins For Frontend Web Development
📝 Collection of plugins for Frontend Web Development
Stars: ✭ 1,127 (+1086.32%)
Mutual labels:  webdevelopment
Setup
My own front end web development set up, covering everything from operating system to analytics.
Stars: ✭ 93 (-2.11%)
Mutual labels:  webdevelopment
Neo
Create blazing fast multithreaded Web Apps
Stars: ✭ 1,219 (+1183.16%)
Mutual labels:  webdevelopment
Lit Element Router
A LitElement Router (1278 bytes gzip)
Stars: ✭ 85 (-10.53%)
Mutual labels:  decorators
Bottlejs
A powerful dependency injection micro container for JavaScript applications
Stars: ✭ 1,171 (+1132.63%)
Mutual labels:  decorators
Cdk
🎁 Vue Component Development Kit
Stars: ✭ 75 (-21.05%)
Mutual labels:  webdevelopment
Subsync
Synchronize your subtitles using machine learning
Stars: ✭ 84 (-11.58%)
Mutual labels:  delay
Graphql Typescript
Define and build GraphQL Schemas using typed classes
Stars: ✭ 67 (-29.47%)
Mutual labels:  decorators
Multitasking
Non-blocking Python methods using decorators
Stars: ✭ 87 (-8.42%)
Mutual labels:  decorators
Class Logger
Boilerplate-free decorator-based class logging
Stars: ✭ 64 (-32.63%)
Mutual labels:  decorators
Learn machine learning
Road to Machine Learning
Stars: ✭ 81 (-14.74%)
Mutual labels:  webdevelopment
Checklist Going Live
The checklist that is used when a project is going live
Stars: ✭ 1,334 (+1304.21%)
Mutual labels:  webdevelopment
Python Aspectlib
An aspect-oriented programming, monkey-patch and decorators library. It is useful when changing behavior in existing code is desired. It includes tools for debugging and testing: simple mock/record and a complete capture/replay framework.
Stars: ✭ 90 (-5.26%)
Mutual labels:  decorators
Fastify Decorators
Set of Typescript decorators to build Fastify server with controllers, services and hooks
Stars: ✭ 85 (-10.53%)
Mutual labels:  decorators

utils-decorators

Build Status
Coverage Status
Mutation testing badge

This library was highly inspired by lodash but uses decorators to implement its util methods.
The lib can be used both in node and in web application, it is built to be tree-shakable so you can use it even if you need a specific decorator.
Also, note that this library can be used both as functions and decorators,

installation:

npm i utils-decorators

Please note that the decorators are working perfectly with plain JavaScript code as well as with TypeScript.

Docs

check the documentation

Feedback

I will be more than happy to hear your feedback, don't hesitate to ask any question or open an issue. PRs are always welcomed :)
Also, I will be happy to hear about new ideas for new decorators, if you have such, please open an issue and describe the requirements and features of your decorator.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].