package-manager.md
July 15, 2021 · View on GitHub
Bookmarks tagged [package-manager]
www.codever.land/bookmarks/t/package-manager
Chocolatey - The package manager for Windows
Chocolatey is kind of like apt-get, but for Windows (with Windows comes limitations). It is a machine level package manager that is built on top of nuget command line and the nuget infrastructure.
"O...
- tags: package-manager, tools
- :octocat: source code
Writing R Extensions
https://cran.r-project.org/doc/manuals/r-release/R-exts.html
Writing R Extensions - the canonical reference for writing R packages.
- tags: r, package-manager
Introducing Turbo: 5x faster than Yarn & NPM, and runs natively in-browser 🔥
https://medium.com/@ericsimons/introducing-turbo-5x-faster-than-yarn-npm-and-runs-natively-in-browse...
Note: This is part of a talk I’m giving at Google’s Mountain View campus on Wednesday, December 6th — come join! When we first started working on StackBlitz, our goal was to create an online IDE that…
- :calendar: published on: 2017-12-05
- tags: package-manager, turbo
Documentation | Yarn
Yarn is a package manager for your code. It allows you to use and share code with other developers from around the world. Yarn does this quickly, securely, and reliably so you don’t ever have to worry...
- tags: docs, package-manager, javascript