Socket
Socket
Sign inDemoInstall

wsp-cli

Package Overview
Dependencies
379
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    wsp-cli

cli test


Version published
Maintainers
1
Install size
22.6 MB
Created

Readme

Source

wsp-cli 命令行工具

一个辅助工作的cli命令行工具,已发布npm包:wsp-cli 可 npm install wsp-cli -g 下载使用

单词管理 (wsp word [option])


Options:
  -w --whole   show all word list of yours
  -l --list    show the word list which of you have not recited
  -a --add     add a word to you words list
  -c --change  change the state of word which you should recite or not
  -d --delete  delete a word from your word list
  -r --review  review your word list
  -h, --help   output usage information

Examples:
 wsp word --list
 wsp word --review
 wsp word --add test 测试
 wsp word --whole
 wsp word --delete
 wsp word --change test


模板文件生成 (wsp generate [option])


Options:
  -v --vue         generate a vue template file
  -s --store       generate a vuex store template file
  -e --eslint      generate a eslint template file
  -d --editconfig  generate a .editconfig template file
  -h, --help       output usage information

Examples:

 $ template --vue test.vue
 $ template --store test.store
 $ template --eslint
 $ template --editconfig


todo list 管理 (wsp todo [option])


Options:
  -l --list    show the list you should todo next time
  -a --add     add todo item of your todo list
  -d --delete  delete the todo item
  -h, --help   output usage information

Examples:

 wsp todo --list
 wsp todo --add
 wsp todo --delete

sftp 上传文件到服务器目录


Options:
  -h, --help  output usage information
Examples:
 wsp sftp

FAQs

Last updated on 12 Dec 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc