A collection of useful React Native commands
the complete solution for node.js command-line programs
Infer strong typings for commander options and action handlers
A module for making CLI applications with NestJS. Decorators for running commands and separating out config parsers included. This package works on top of commander.
Export commander command as a Fig spec
A testing utility for nest-commander. It builds on top of ideas from @nestjs/testing and is not tied to any test framework directly.
🛹 Modern TypeScript tools for SVG
Commander.js with integrated interactive prompts
MCP server for terminal operations and file editing
A small collection of option validators for commander
Check if mobile browser.
A convenience wrapper that enables you to call Solana Mobile Stack protocol methods using objects from @solana/web3.js
Most modern mobile touch slider and framework with hardware accelerated transitions
A wallet-standard wallet for mobile wallet apps that conform to the Solana Mobile Wallet Adapter protocol
the complete solution for node.js command-line programs
A wrapper for Commander that automatically sets the version based on your package.json
List of known CSS properties
Redis web-based management tool written in node.js
An implementation of the Solana Mobile Mobile Wallet Adapter protocol. Use this to open a session with a mobile wallet app, and to issue API calls to it.
Effortlessly add intelligent autocomplete support to your Commander.js CLI app using Carapace. Supports Bash, Zsh, Fish, Nushell and more
A NestJS module that provide a cli
A TypeScript utility for building type-safe CLI commands using commander and zod.
A hook that returns whether the device is mobile or not
A module to globally install libraries to prevent installing the same libraries again and again
Set up mobile app projects (currently iOS only) to use the Branch SDK without opening Xcode. Validate the Universal Link settings for any project.
Tenma is command line tool for mobile application development.
Titanium CLI: Create/run Titanium Mobile projects from the command line
A library and command-line tool that talk to the MF60 via the admin web interface. This little battery-powered box is available from Swisscom in Switzerland (as well as mobile operators in other countries). With this gem you can get statistics, network info, signal strength, connect, disconnect and reset the device.
Various utility commands for building eBay mobile Core
mobilize-ssh allows you to automate ssh commands and files across hosts
Titanium is an executable command line interface for Titanium Mobile
Send text and documents to various mobile devices from the command line.
Twitter-SMS provides a persistent command line tool to send SMS updates to your mobile phone via a gmail account.
We developers don't have time to grab mobile phones, slide the screen, press pin numbers, open contact list and search the person you are looking for. Instead it would me much more easier if we could press some shortcut key to open terminal and enter a command to search the contact details and send message if we like.
This is a rudimentary info scraper and command line "browser" for the Humble Bundle website, using plain Ruby and Nokogiri. Upon firing up, it will scrape the Game Bundles, Book Bundles, and Mobiles Bundles tabs (along with any sub-tabs) for ongoing bundles. Once it's finished, you can query the scraped information via the command prompt. Available information for each bundle includes: Name, Supported Charities, Donation Tiers and Included Products, Total MSRP, and URL. Available products can also be filtered by tags like linux, or drm-free, or multiple at once (windows linux drm-free).
Geoptima is a suite of applications for measuring and locating mobile/cellular subscriber experience on GPS enabled smartphones. It is produced by AmanziTel AB in Helsingborg, Sweden, and supports many phone manufacturers, with free downloads from the various app stores, markets or marketplaces. This Ruby library is capable of reading the JSON format files produced by these phones and reformating them as CSV, GPX and PNG for further analysis in Excel. This is a simple and independent way of analysing the data, when compared to the full-featured analysis applications and servers available from AmanziTel. If you want to analyse a limited amount of data in excel, or with Ruby, then this GEM might be for you. If you want to analyse large amounts of data, from many subscribers, or over long periods of time then rather consider the NetView and Customer IQ applications from AmanziTel at www.amanzitel.com. Current features available in the library and the show_geoptima command: * Import one or many JSON files * Organize data by device id (IMEI) into datasets * Split by event type * Time ordering and time correlation (associate data from one event to another): ** Add GPS locations to other events (time window and interpolation algorithms) ** Add signal strenth, battery level, etc. to other events * Export event tables to CSV format for further processing in excel * Make and export GPS traces in GPX and PNG format for simple map reports The amount of data possible to process is limited by memory, since all data is imported in ruby data structures for procssing. If you need to process larger amounts of data, you will need a database-driven approach, like that provided by AmanziTel's NetView and Customer IQ solutions. This Ruby gem is actually used by parts of the data pre-processing chain of 'Customer IQ', but it not used by the main database and statistics engine that generates the reports.