- Resolve npm command to local npm bin, not global. (@qiu8310)
- use pangyp instead of node-gyp
- use execPath
- support iojs and cpp build
- feat(mirrors): add node, iojs, chromedriver, selenium mirrors
- bump [email protected]
- bump npm to 2
- no need to sync twice
- update readme
- bump npm
- sync dependencies if package.private = true, close #38
- fix sync display
- bump npm to ~2.0.0-alpha-5
- use [email protected] support scoped packages
- tell users in China install from taobao npm
- fix #34 use userconfig registry by default
- use cross-spawn
- fix #31 space char on windows path.
- use taobao npm https
- add PHANTOMJS_CDNURL env
- change to npm.taobao.org/dist
- fix sync result display
- Merge pull request #32 from cnpm/sync-from-cnpm
- sync from cnpm and taobao npm
- add auto-correct for some long cmds
- switch registry to taobao npm registry
- remove unused commander
- remove unused 'child_process' in bin/cnpm
- download from cdn
- deps npm instead of npm-beta
- update install from cnpm
- fix missing git option detect
- cnpm doc -g module open git web url. fixed #25
- if cnpm install cnpm, use npm cmd
- fix cnpm install cnpm fail bug
- update to deps npm-beta, use latest version of npm
- Release 0.0.28
- update urllib
- update urllib
- add jshint
- use cnpmjs.org/dist
- fix cnpm publish not work bug. fixed #23
- add preferGlobal
- add make autod
- use npm request
- request timeout default is 30 seconds
- add registryweb args
- Sync package as publish.
- add search sub command, fixed #18
- remove console log
- fix cannot get sub command with options, fixed #16
- fix help info output error, fixed #15
- cnpm --help: add command
v
(@weakish)
- cnpm sync -y
- fix check version
- support check >=x.y.z version. fixed #13
- Merge pull request #12 from fengmk2/fix-source-npm-command
- fix origin npm commands
- use default disturl alias http://dist.u.qiniudn.com
- support $ cnpm sync [moduleName1 moduleName2 ...], fixed #10
- fix origin_npm, use --cache instead of --cachepath
- support sync all the dependencies of a project,fix #6
- support alias to own private registry, fixed #5
- add userconfig support. fixed #3
- fix HOME missing on win32 bug. fixed #1
- fix check timeout bug
- add cnpm user command
- fix doc missing
- support --registry on sync
- fix sync log
- fix doc url. fixed cnpm/cnpmjs.org#29
- fix sync cmd
- init