convert module usage to inline expressions
See how a module is used in npm
module-usage
## Module Usage
Quick m3u8-parser module usage
provide a way to config module usage
simple babel plugin that analyzes module usage
cocos2dx JS for module usage
Generates jest mocks based on module usage
convert module usage to inline expressions
convert module usage to inline expressions
```sh yarn install tgl-profile-module ``` # Usage ```typescript
## Module Usage
Babel plugin that strip certain module usage in code
Simplify Babel and ES5 module usage in the browser
The starter is built on top of Vite 3.x and prepared for writing libraries in TypeScript. It generates a hybrid package - both support for CommonJS and ESM modules.
Get the path of the parent module
Lexes CommonJS modules, returning their named exports metadata
Lexes ES modules returning their import/export metadata
Interactive visual diagrams for Mendix projects via mxcli — explore pages, microflows, nanoflows, entities, and their cross-module usage
Find the module object for something that was require()d
Resolve npm package details, like name and base path, given an absolute path to a file inside a package
```sh yarn install tgl-profile-module ``` # Usage ```typescript
A drop-in replacement for fs, making various improvements.
Introduces Aggregated and Tracked behavior to ActiveRecord::Base models, as well as Macros and Extensions modules for more efficient usage.
Adds memory usage info to standart ruby's process module
authorisation module of actions based on url-paths for usage in Rails and possibly other ruby based web frameworks
Blocks the alias keyword and Module#alias_method, forcing programmers to carefully consider their usage of these features.
Nothing fancy going on here, this module is just a wrapper around the function CGI::escape and CGI::unescape. Functionality is added to the String class, so just add the module and the extra funcitons will be there for you to use (check out the README file for basic usage). I just wanted an easier and cleaner way to encode/decode uri strings for my ruby projects.
Introduces Aggregated and Tracked behavior to ActiveRecord::Base models, as well as Macros and Extensions modules for more efficient usage.
This library provides the Runmetric module, with its convenience method run_metric that encapsulates (hides) some of the complexity of the Benchmark module in the standard library. It was designed for use in online programming challenges, but it has application anytime performance (speed) information might be helpful or necessary in evaluating algorithm or application usage.
This acts_as module makes it extremely simple to add events to a model that will be stored in a table for later querying or reporting on. The events have an event type, which also corresponds to how the event is triggered. View the README for examples and usage instructions.
A puppet-lint plugin to check that the code adheres to the WMF coding guidelines: * Check for hiera in non-profiles, and in the body of those * Check for roles with declared resources that are not profiles * Check for parametrized roles * Check for node declarations not using the role keyword * Check for system::role calls outside of roles * Check for cross-module class inclusion * Check for the use of the include keyword in profiles * Check for wmf-deprecated resources usage * Check for deprecated validate_* functions
== Baf baf helps writing an user acceptance test suite with a dedicated library and cucumber steps. It can run and wait for programs in a modified environment, verify the exit status, the output streams and other side effects. It also supports interactive programs and writing to their standard input. Then, it provides a DSL to write the CLI: require 'baf/cli' module MyProgram class CLI < Baf::CLI def setup flag_version '0.1.2'.freeze option :c, :config, 'config', 'specify config file' do |path| @config_path = path end end def run usage! unless arguments.any? puts 'arguments: %s' % arguments puts 'config: %s' % @config_path if @config_path end end end MyProgram::CLI.run ARGV Which behaves this way: % ./my_program Usage: my_program [options] options: -c, --config config specify config file -h, --help print this message -V, --version print version zsh: exit 64 ./my_program % ./my_program --wrong-arg Usage: my_program [options] options: -c, --config config specify config file -h, --help print this message -V, --version print version zsh: exit 64 ./my_program --wrong-arg % ./my_program foo arguments ["foo"] % ./my_program -c some_file foo arguments ["foo"] config path some_file
This IP2Location.io Ruby on Rails library allows user to query for an enriched data set based on IP address. It enables user to query for an enriched data set, such as country, region, district, city, latitude & longitude, ZIP code, time zone, ASN, ISP, domain, net speed, IDD code, area code, weather station data, MNC, MCC, mobile brand, elevation, usage type, address type, advertisement category and proxy data with an IP address. It supports both IPv4 and IPv6 address lookup. This module requires API key to function. You may sign up for a free API key at https://www.ip2location.io/pricing.
This gem provides Deconstructable, a mixin module that helps you to support pattern-matching over your types. Usage -------- ``` class Thing include Deconstructable ... deconstructable :x, :y deconstructable def foo do_the_foo end end ``` This class provides a single DSL method `deconstructable` which helps you to mark methods and attributes as deconstructable. Deconstructable attributes will be made available in pattern matching, e.g.: ``` thing in Thing(foo:, x: 100, y:) ``` Classes that include `Deconstructable` gain an implementation of `deconstruct_keys` that permits hash-style key based pattern matching. Positional array-style patterns are not supported.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.