gitpkg
gitpkg copied to clipboard
use a sub directory of a github repo as yarn / npm dependency directly
when i use this command: `pnpm add 'https://gitpkg.now.sh/vuejs/vue/packages/compiler-sfc/src?main'` my package.json wrong: ` "dependencies": { "src?main": "https://gitpkg.now.sh/vuejs/vue/packages/compiler-sfc/src?main" }, `
I have just used this tool to install one sub-package and it worked great! I am trying again with another package from the same monorepo but now I'm getting a...
Bumps [got](https://github.com/sindresorhus/got) from 10.7.0 to 11.8.5. Release notes Sourced from got's releases. v11.8.5 Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc CVE-2022-33987 https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5 v11.8.3 Bump cacheable-request dependency (#1921) 9463bb6 Fix HTTPError missing .code property...
It would be good to add an about page to the docs site detailing things like: * who is behind the project * security policy (i.e. how security issues should...
Is it possible to specify a sub directory that is created after the `postinstall` script runs? For example my repo has a script `build-lib` and when run it outputs to...
Thank you for the nice tool! Suppose I have a GitHub folder containing codes & images, when I install it as a package can I ignore those images? For example,...
While using Yarn version 2, an exception occurs with the example command (or any other repo): ``` > yarn add https://gitpkg.now.sh/EqualMa/gitpkg-hello/packages/hello Internal Error: Invalid descriptor (https://gitpkg.now.sh/EqualMa/gitpkg-hello/packages/hello) at Module.x (D:\eric\Documents\Programming\Website\test-icons\.yarn\releases\yarn-berry.cjs:2:434115) at...
There are many open source projects hosted at gitlab.com, so it would be very nice to have it supported. I think the main difficulty supporting it would be that GitLab...
Is it possible to automatically update a config file? So it won't break when there is something like ` "extends": "../../tsconfig.json",` in my tsconfig.
Your tool helped me solve an annoying problem trying to use a PR I pushed to a monorepo :+1: (as well as many others). Thanks. My issue is the name...