The principle of uploading files with command line tools All In One

xgqfrms / 2023-04-28 / 原文

The principle of uploading files with command line tools All In One

命令行工具文件上传的原理 / The principle of command line tool file upload

demos

Python pip

# upload files ✅
$ python3 -m twine upload dist/*

https://pypi.org/

https://pypi.org/user/xgqfrms/

https://pypi.org/project/math-package-xgqfrms/0.0.1/

$ python3 -m pip install math_package_project

$ pip3 install math_package_project==0.0.1

image

如何把一个 Python 项目包发布到 PyPI 上指南教程 All In One

How to use PyPI to publish a Python package All In One

python package

Github git

Alibaba Cloud CDN OSS

{
  "name": "xui",
  "version": "1.0.0",
  "main": "crawler.js",
  "scripts": {
    "oss": "./ossutilmac64 cp -fr ./lib/ oss://test/xui/ --config-file=./.ossutilconfig",
    "oss:docs": "./ossutilmac64 cp -fr ./docs/.vuepress/dist/ oss://test/gui/docs/ --config-file=./.ossutilconfig",
    "docs:deploy": "npm run rmrf && ./ossutilmac64 cp -fr ./docs/.vuepress/dist/ oss://test/ --config-file=./.ossutilconfig",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "xgqfrms",
  "license": "MIT",
  "description": "",
  "dependencies": {
    "axios": "^1.3.6"
  }
}

./ossutilmac64

https://help.aliyun.com/document_detail/195960.html#section-8mw-ccc-kly

Node.js cli tools

nct

https://node-cli-tools.xgqfrms.xyz/

https://github.com/xgqfrms-GitHub/Node-CLI-Tools

app-node-env

https://app-node-env.xgqfrms.xyz/

https://github.com/xgqfrms/app-node-env

https://www.npmjs.com/package/app-node-env

refs

如何编写一个 Node.js cli 工具的手把手教程



©xgqfrms 2012-2021

原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!