Library NPM 软件安装包

软件安装包

hexo

Reference:
https://hexo.io/
https://xaoxuu.com/wiki/material-x/
https://github.com/xaoxuu/hexo-theme-material-x

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 npm install hexo-cli -g

npm install hexo --save

npm install hexo-deployer-git --save

npm install hexo-deployer-heroku --save

npm i -S hexo-generator-search hexo-generator-feed hexo-renderer-less hexo-autoprefixer hexo-generator-json-content hexo-recommended-posts

npm audit fix --force

npm install

git clone https://tonyrenhk:password@github.com/TonyRenHK/hexo-theme-material-x.git themes/material-x

jSForce deployment

1
npm install jsforce-metadata-tools -g

Heroku

Reference:
https://devcenter.heroku.com/articles/git#http-git-authentication

https://devcenter.heroku.com/articles/heroku-cli

1
2
3
4
5
6
7
8
npm install -g heroku

heroku login -i
heroku: Enter your login credentials
Email: me@example.com
Password: ***************
Two-factor code: ********
Logged in as me@heroku.com