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-04-22feat: add init 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
2020-12-18Add max-len to lint rulesEdu93Jer
2020-12-11Remove 'use strict'isaacs
2020-11-20fix: npm init flat-optionsRuy Adorno
2020-11-17test: add tests for lib/init.jsRuy Adorno
2020-10-23update lint rules to match @npmcli/arboristisaacs
2020-08-04refactor npm init, use npm exec instead of libnpxisaacs
2020-07-29remove unnecessary is-registry utilisaacs
2020-05-01npm init help wrong commandmum-never-proud
2018-05-12init: add support for hosted git installs (#20403)John-David Dalton
2018-04-20docs: add --scope to npm init usage (#20373)John-David Dalton
2018-04-19init: use npx for extended initializers (#20303)John-David Dalton
2017-06-02docs: remove --save from npm init instructions (#16895)Jason Wohlgemuth
2016-07-08init: switch to noProgressTillDone for disabling progressRebecca Turner
2016-06-20init: Disable progress barRebecca Turner
2016-06-16output: Standardize how we write to stdoutRebecca Turner
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26update usage for all commandssmikes
2015-06-26Swap the spinner out for the new progress bar code in npmlogRebecca Turner
2015-04-17Make npm init text a little more friendlyJames Butler
2014-11-13init: dont report write if canceledsmikes
2014-09-19Allow init without promptMichael Nisi
2014-05-12Fix #5200: only show warning when canceling `npm init`Evan Lucas
2014-05-08Busy Spinner, no http noiseisaacs
2013-04-29Provide the raw config object to initJson.Martin Cooper
2012-06-17Use new init magicisaacs
2012-06-15Update node-gyp to 0.5isaacs
2012-06-12un-parse the author fieldisaacs
2012-06-11Use read-package-json depisaacs
2012-06-07Replace the log util with npmlog moduleisaacs
2012-04-07init: Allow clobbering repository with 'none'isaacs
2012-04-07Don't clobber the repo object with a string.Martin Cooper
2012-02-28init: Don't add engines sectionisaacs
2012-01-13Fix #2018 Make git binary configurableisaacs
2011-12-10Use 'read' as a submoduleisaacs
2011-11-06init: Make the engines.node default a bit looserisaacs
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-08-07Put .js on filenamesisaacs
2011-08-02Close #1214 Don't create an invalid engine rangeisaacs
2011-07-20Abstract out graceful-fsisaacs
2011-06-29Files shall end in \nisaacs
2011-06-29Style, and remove an unnecessary chdirisaacs
2011-04-27Remove 'directories.lib' from init. Sends the wrong message.isaacs
2011-04-06Default version and auther info from config for `npm init`.Laurie Harper