Giter Site home page Giter Site logo

wsp-cli's Introduction

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

wsp-cli's People

Contributors

wsp971 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.