html5-plus
Version:
html5 plus typescript DefinitelyTyped (alpha...)
41 lines (28 loc) • 1.07 kB
Markdown
\$ npm adduser
Username: your name
Password: your password
Email: yourmail
npm who am i
npm login
配置成功之后提交代码
npm publish
这是因为镜像设置成淘宝镜像了,设置回来即可
npm config set registry http://registry.npmjs.org
"version": "0.0.4"//自己手动修改版本才能提高。
…or create a new repository on the command line
echo "# html5-plus" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/westsky/html5-plus.git
git push -u origin master
…or push an existing repository from the command line
git remote add origin https://github.com/westsky/html5-plus.git
git push -u origin master
…or import code from another repository
You can initialize this repository with code from a Subversion, Mercurial, or TFS project.
Import code