perform ajax request like a boss using ES7 decorators
HTTP Decorator & Interceptor for NestJS
http decorator
Angular $http decorator to provide a browser side mock service
@twilio/deprecation-decorator
The fastest automatic method.bind(this) decorator
Polyfill for RFC 566: @cached
Decorator for binding method to an object
Memoize getters and methods to compute only once
NestJS Swagger decorator for API exceptions
ESLint plugin for enforcing decorator position
Better babel transforms for decorators
A simple decorator for deprecated methods and properties.
Automatically match a pair of characters and decorate the text in between
Storybook MockDate decorator
ESLint plugin for Angular applications, following https://angular.dev/style-guide
definition decorator for midway project
This is a custom plugin for eslint which enforces the use of decorators on methods.
Lazily evaluates a getter on an object and caches the returned value
Compile class and object decorators to ES5
A Transactional Method Decorator for typeorm that uses cls-hooked to handle and propagate transactions between different repositories and service methods. Inpired by Spring Trasnactional Annotation and Sequelize CLS
Common module and utility building blocks for badass NestJS applications
A utility to wrap (decorates) a React component class adding functionality.
Useful TypeScript utilities.
Decorates command line output with ANSI escape sequence. http://colorecho.github.io
Inspired by http://thepugautomatic.com/2014/03/draper/ to not use draper while decorating th
A take on decorating objects based on the very valued work done by the [Draper](http://github.com/drapergem/draper) gem.
Object-oriented humanize
DecoLite is a little gem that allows you to use the provided DecoLite::Model class to dynamically create Decorator class objects. Use the DecoLite::Model class directly, or inherit from the DecoLite::Model class to create your own unique subclasses with custom functionality. DecoLite::Model includes ActiveModel::Model, so validation can be applied using ActiveModel validation helpers (https://api.rubyonrails.org/v6.1.3/classes/ActiveModel/Validations/HelperMethods.html) you're familiar with; or, you can roll your own - just like any other ActiveModel. DecoLite::Model allows you to consume a Ruby Hash that you supply via the initializer (DecoLite::Model#new) or via the DecoLite::Model#load! method. Any number of Ruby Hashes can be consumed. Your supplied Ruby Hashes are used to create attr_accessor attributes (or "fields") on the model. Each attribute created is then assigned the value from the Hash that was loaded. Again, any number of hashes can be consumed using the DecoLite::Model#load! method.
== Develop, Decorate and manage Dependencies for C (GNU) Makefiles easily with a Ruby script. Install using the Ruby Gem: > gem install demake To create an example with multiple sample applications: > demake example This will create a directory named example containing the example. To create an example with a single sample application: > demake oreo This will create a directory named oreo containing the example. It requires a demake directory and application file containing the application names followed by depencencies separated by spaces and with a new line to indicate a different application. Something like (from the example): > mkdir demake > echo "hello string" > demake/applications > echo "goodbye string" >> demake/applications > demake For customization, optionally include (see example): demake/settings.rb, demake/test-target.rb, demake/install-target.rb, demake/license The output of the command by itself is a (GNU style) file named Makefile: > demake You can also clone from git: > git clone https://github.com/MinaswanNakamoto/demake.git > chmod +x demake/bin/demake > cd demake > bin/demake example > cd example ; make ; make build ; make test If you have an existing C application and you want to generate a Makefile for it, you might try the gen_application shell script. > ./gen_application myapp
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.