Go to file
Jesse Chan cf794f6881
Drop fancy progress bar and use inherent stdio for child processes (#143)
Progress bar is fancy but not really useful. In most cases, we
want outputs of commands for easier development and debugging.

This change is not visible to users of `pkg` unless they choose to
compile binaries.
2021-03-31 20:23:14 +08:00
.github/workflows Run prettier, convert to standard eslint, add CI (#138) 2021-03-26 16:51:31 -07:00
lib Drop fancy progress bar and use inherent stdio for child processes (#143) 2021-03-31 20:23:14 +08:00
patches patches: drop Node < 8 and old point releases (#140) 2021-03-29 21:20:23 +08:00
typings pkg-fetch: migrate to TypeScript (#139) 2021-03-29 12:46:10 +08:00
.eslintignore forgot shebang to make cli work 2016-08-31 09:02:52 +03:00
.eslintrc pkg-fetch: migrate to TypeScript (#139) 2021-03-29 12:46:10 +08:00
.gitignore .gitignore: ignore *.tsbuildinfo 2021-03-29 12:51:46 +08:00
.prettierignore Run prettier, convert to standard eslint, add CI (#138) 2021-03-26 16:51:31 -07:00
license.md Create license.md 2017-06-22 10:39:28 +02:00
package.json test: Drop a test that is not needed. (#141) 2021-03-29 09:07:12 -05:00
places.json Add PKG_IGNORE_TAG env var (#67) 2021-03-02 09:38:37 -06:00
readme.md short description in readme.md 2017-06-26 18:01:54 +03:00
tsconfig.json pkg-fetch: migrate to TypeScript (#139) 2021-03-29 12:46:10 +08:00
yarn.lock test: Drop a test that is not needed. (#141) 2021-03-29 09:07:12 -05:00

pkg-fetch

Github Releases page of this project contains base binaries, used by pkg to create executables. pkg-fetch npm package downloads base binaries or compiles them from source.