Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI
This package is part of the [React Native CLI](../../README.md). It contains commands for managing the Android part of React Native app.
For debugging Office Add-ins.
Create a Debian package for your Electron app.
Codesign Electron macOS apps
Create a Red Hat package for your Electron app.
Replaces the normal version of FFMPEG in electron with a version without proprietary codecs
Replace `open debugger-ui with Chrome` to `open React Native Debugger` from react-native packager
Create a Flatpak package for your Electron app.
MSIX packager for Electron Apps
Electron Packager Plugin: Languages --------------------------- [](https://github.com/barinali/electron-packager-languages/blob/master/LICENSE) [ { return gulp.src('src/svg/*.svg') .pipe(iconPackager({
Serverless plugin for zero-config JavaScript and TypeScript code bundling using extremely fast esbuild
Node core modules for React Native
@hap-toolkit/packager
Package for creating Adobe AIR packages
Command line utility for packaging a Tags extension into a zip file.
kill -9 React Native Packager running on port 8081.
packager for minigame when run mg-service build
Package and distribute your Electron app with OS-specific bundles (.app, .exe etc) via JS or CLI
Create a Flatpak package for your Electron app.
Codesign Electron Windows apps
Go-based portable launcher for Windows Electron apps — hash verification, version management, multi-arch support, and electron-builder integration
The official Mixpanel JavaScript browser client library
A CLI helper to manage Nextcloud apps
Rust API for MOSEK optimization tools
PipeWire audio routing TUI for splitting audio streams
Maid Programming Language
Kubernetes packaging inner feedback loop.
A library for managing journal abbreviations and full names
A simple LL(1) lexer library for Rust.
HTTP client-agnostic Backblaze B2 client library
Safe Rust bindings to Microsoft's BitNet b1.58 inference engine.
`dora` goal is to be a low latency, composable, and distributed data flow.
Tembo Operator for Postgres
`dora` goal is to be a low latency, composable, and distributed data flow.
Provides a DSL to create directories, files and links structure from different sources (e.g: tar.gz, templates)
A simple pre-packaging tool with meta-package plugin support.
Use CSS Flex, Regions, Multi-column and Template layout models in your Rails apps
Support for non-gem package releases for JRuby (pre-alpha!).
Pre-alpha package that contains abstractions that I find useful when scripting. Not suitable for production use. Breaking changes highly likely even with minor version bumps. Use at your own risk
Ruby 1.9's require_relative for Rubinius and MRI 1.8. We also add abs_path which is like __FILE__ but __FILE__ can be fooled by a sneaky "chdir" while abs_path can't. If you are running on Ruby 1.9 or greater, require_relative is the pre-defined version. The benefit we provide in this situation by this package is the ability to write the same require_relative sequence in Rubinius 1.8 and Ruby 1.9.
Uberinstaller is a ruby gem that make easy to install system packages from a JSON configuration file. Thinked for Ubuntu, can handle pre and post installation commands, repositories and PPA, package installation from system repositories, git repositories or local files. Supports different Package Managers as the defaults one can be modified, extended and changed as needed.
Pre-v1 Ledger package for Igniter: immutable facts, histories, receipts, replay, changefeed, compaction, and protocol-facing storage surfaces.
# Footman This gem is still growing. ## Installation Depends upon having reprepro tool installed (if debian based) or createrepo installed (if red hat based). Ruby 1.9.+ is required to use this gem. 'createrepo' (rpm) tool does not require any pre-setup to the repository or watched directory. - - - 'reprepro' (deb) tool requires pre-setup. The repository directory for deb files must contain: <pre><code> conf/ conf/distributions conf/options conf/override.precise </pre></code> options file is empty, but needed to make reprepro happy distributions file will contain: <pre><code>Origin: Tyler Label: Tyler's Personal Debs Codename: precise Architectures: i386 amd64 source lpia Components: main Description: Tylers Personal Debian Repository DebOverride: override.precise DscOverride: override.precise Origin: Tyler Label: Tyler's Personal Debs Codename: lenny Architectures: i386 amd64 source lpia Components: main Description: Tylers Personal Debian Repository DebOverride: override.lenny DscOverride: override.lenny </code></pre> Note that the code name is for each distribution repository you support. for each distribtuion repository you support there must be an override file. override file can be left empty, footman will fill it out when a new package is added. The watched directory must have sub directorys named after each of the distribution repositories you support. For example my watched directory at /path/ will have two subdirectories: <pre><code>/path/lenny/ /path/precise/</code></pre> Packages must be dropped into the subdirectory that corrosponds with the distribution they were built on. - - - Add this line to your application's Gemfile: gem 'footman' And then execute: $ bundle Or install it yourself as: $ gem install footman Or locally: $ gem build footman.gemspec $ gem install footman --local ## Usage footman path/to/watch path/to/repo ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request