1.2.0 • Published 4 years ago

semo-plugin-repl-doc v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

semo-plugin-repl-doc

A Semo plugin to provide ability to get js doc in REPL

Installation & Usage

npm i -g @semo/cli semo-plugin-repl-doc
semo r
>>> .doc help
>>> .doc string.trim
>>> .doc string.trim --lang=en_US
>>> .doc string.trim --lang=zh_CN
>>> .doc string.trim --type=global_object
>>> .doc 运算符

Tips

  • Support standard language code, and have some short style, like en stands for en_US, cn stands for zh_CN.
  • Support global_objects, functions, statements, operators from https://developer.mozilla.org

Bugs

Mostly this plugin is built on parsing the structure of MDN, so it's very likely i missed something or MDN changed later, if it has issues, please let me know.

Licence

MIT

1.2.0

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.1.0

4 years ago