A fast git submodule management cli.
git submodule management for polyrepo
CSS Object Model implementation and CSS parser
Core functions & classes shared by multiple AWS SDK clients.
[](https://www.npmjs.com/package/@smithy/core) [](https://www.npmjs.com/package/@smithy/core)
CSS Object Model implementation and CSS parser
CSS Object Model implementation and CSS parser
Deno namespace shim for Node.js
JS and TS types relating to Protocol Buffers used by Cosmos SDK and other related projects
JS/WebAssembly build of OpenJPH
ABIs mapped to versions of the Delegation Framework contracts
Transport layer abstractions and utilities for OneKey hardware SDK.
VSCode oniguruma bindings
This module provides native bindings to ecdsa secp256k1 functions
hardware http transport
`@onekeyfe/hd-transport-http` is a library that implements transport communication using http.
Pure TypeScript SDK for Biome platform integration - authentication, task management, and blockchain interactions
Flagsmith lets you manage features flags and remote config across web, mobile and server side applications. Deliver true Continuous Integration. Get builds out faster. Control who has access to new features.
`@onekeyfe/hd-transport-react-native` is a library that implements transport communication by [react-native-ble-plx](https://github.com/dotintent/react-native-ble-plx).
React native SDK for Juicebox
`@onekeyfe/hd-transport-webusb` is a library that implements transport communication by WebUSB.
Ajv class for JSON Schema draft-04
Minimal wrapper around libsecp256k1 library (https://github.com/bitcoin-core/secp256k1).
A comprehensive React design system built on Chakra UI
A tool to help manage git submodules
Pvim is tool for managing vim plugins using Pathogen with Git Submodules
An easy way to manage your git submodules in a Rails Application.
An easy way to manage your git submodules in a Rails Application.
Dependabot-Git_Submodules provides support for bumping git submodules via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.
A dev-oriented project-local package manager. An alternative to git submodules.
Provides an SCM agnostic way to manage subprojects with a workflow similar to the scm:externals feature of subversion. It's particularly useful for rails projects that have some plugins managed by svn and some managed by git. For example, "ext install git://github.com/rails/rails.git" from within a rails application directory will realize that this belongs in the vendor/rails folder. It will also realize that this URL is a git repository and clone it into that folder. It will also add the vendor/rails folder to the ignore feature for the SCM of the main project. Let's say that the main project is being managed by subversion. In that case it adds "rails" to the svn:ignore property of the vendor folder. It also adds the URL to the .externals file so that when this project is checked out via "ext checkout" it knows where to fetch the subprojects. There are several other useful commands, such as init, touch_emptydirs, add_all, export, status. There's a tutorial at http://nopugs.com/ext-tutorial The reason I made this project is that I was frustrated by two things: 1. In my opinion, the workflow for svn:externals is far superior to git-submodule. 2. Even if git-submodule was as useful as svn:externals, I would still like a uniform way to fetch all of the subprojects regardless of the SCM used to manage the main project.