spmjs / spm

Brand new static package manager.
http://spmjs.io
Other
903 stars 180 forks source link

spm init没有工作 #1424

Closed ascrutae closed 8 years ago

ascrutae commented 8 years ago

正确安装spm,但是调用spm init不工作,version:3.9.0-beta3

C:\Users\x\example>spm help init

  Usage: spm <command> [options]

  Options:

    -h, --help     output usage information
    -v, --version  output the version number

  Package Commands:

    test           test a package
    doc            documentation manager
    server         debug a package
    build          build a package
jaredleechn commented 8 years ago

新版 spm 取消了 init install publish 等功能,使用 NPM 来代替

ascrutae commented 8 years ago

知道了,谢谢

feddiyao commented 7 years ago

seajs的官方文档还是spm install的写法呀,能不能提醒更新下

nianzhilian commented 7 years ago

npm init初始化以后怎么就只生成了一个package.json 我的是新版spm