Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-15feat(workspaces): add --include-workspace-root and explicit --no-workspacesfritzy/workspace-rootGar
2021-09-30Revert "feat(workspaces): --include-workspace-root"Luke Karrys
2021-09-30feat(workspaces): --include-workspace-rootGar
2021-07-22fix(config): consolidate use of npm.colorGar
2021-06-17fix(config): add flatOptions.npxCacheGar
2021-06-16fix(workspaces): explicitly error in global modeGar
2021-06-01fix(libnpmexec): don't detach output from npmGar
2021-05-14fix(docs): autogenerate config docs for commandsisaacs
2021-04-22feat: add init workspacesRuy Adorno
2021-03-31feat(workspaces): add repo and docsGar
2021-03-24fix(progress): re-add progress bar to reifyGar
2021-03-23fix: yes configRuy Adorno
2021-03-22feat: add exec workspacesRuy Adorno
2021-03-18feat(help): refactor npm help/help-searchGar
2021-03-18chore(config): remove flatOptions referencesGar
2021-03-09fix(usage): clean up usage declarationsGar
2021-03-09fix(npm.output): make output go through npm.outputGar
2021-03-05fix(npm) pass npm context everywhereGar
2021-02-25chore(refactor): promisify completion scriptsGar
2021-02-02fix(exec): use latest version when possibleGar
2021-01-07pass extra arguments directly to run-script as an arraynlf/fix-script-argsnlf
2020-12-04Do not run interactive exec in CI when a TTYisaacs
2020-12-03Use @npmcli/run-script for exec, explore; add interactive execisaacs
2020-11-10Support exec auto pick bin when all bin is aliasDr
2020-10-30fix: npm exec on folders missing package.jsonRuy Adorno
2020-10-27skip the prompt when in a known ci environmentnlf
2020-10-23update lint rules to match @npmcli/arboristisaacs
2020-10-09only escape arguments, not the command namenlf
2020-10-09restore old npx behavior of running existing bins firstnlf
2020-10-09fix npx for non-interactive shellsnlf
2020-09-01fix: exec legacyPeerDepsRuy Adorno
2020-08-04npx: add install prompt, handle options correctlyisaacs
2020-07-31Add 'npm exec', port npx to use it directlyisaacs