switchery
switchery copied to clipboard
Add official package to yarn?
@abpetkov Plans to add a official package to Yarn at latest version (today, 0.8.2)?
@pedrofurtado you can specify packages from different locations:
https://yarnpkg.com/en/docs/cli/add#toc-adding-dependencies
yarn add <git remote url> installs a package from a remote git repository.
yarn add <git remote url>#<branch/commit/tag> installs a package from a remote git repository at specific git branch, git commit or git tag.
yarn add https://my-project.org/package.tgz installs a package from a remote gzipped tarball.