基于 SM.MS 的图床脚手架
npm i -g nomi-smms-upload
# 上传
nomi-smms-upload [options]
# 帮助文档
nomi-smms-upload --help
CLI 上传配置文件
默认值:
nomi.smms.config.js
使用方式:-c
, --config
nomi-smms-upload -c nomi.smms.config.js
配置文件参数:
参数 | 描述 | 类型 | 默认值 |
---|---|---|---|
token | SM.MS API Token | string | - |
配置文件示例:
module.exports = {
token: 'xxxx'
}
通过SM.MS生成 API Token
SM.MS API Token
使用方式:-t
, --token
nomi-smms-upload --token xxx
待上传本地文件路径或目录路径(相对路径)
使用方式:-f
, --file
nomi-smms-upload --file path/to/example.jpg
是否开启调试模式
使用方式:-d
, --debug
nomi-smms-upload --debug