Skip to content

Mount-Huaguo/MonkeyKingScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MonkeyKingScripts 中文文档

Scripts repository for Intellij IDEA MonkeyKing plugin

This repository is used for collect MonkeyKing scripts. Everyone can publish theirself scritps.

1. How to use

In Idea MonkeyKing configrue page. Click Browser tab, the list will show all scripts in this repository. Choose what you want and click use button.

usage

2. How to publish a script.

You must fork this repository, implement the script in your forked repository, and then submit a pr.

3. Specification

  • Different languages ​​must be in their own directory.
  • Script must have their own directory.
  • Intro is recommend. You can use text or HTML. HTML is best.
  • Add the scritp in index.lua file at root directory. Like bellow
    ......

    {
        name = 'Bson ObjectID Convert', 
        language = 'lua',
        intro = '/src/lua/ObjectID/intro.html', 
        source = '/src/lua/ObjectID/id.lua',
    },

    .....

4. Online Scripts

Script Name Intro Author
Base64 Encode And Decode Base64 encode and decode heramerom
Bson ObjectID Convert Bson ObjecetID and timestamp convert heramerom
Hex Encode And Decode Hex Encode And Decode heramerom
Random Strings Insert a Random string. Multi chars and different length heramerom
AES Encrypt AES encrypt and decrypt. You need set your own key in script. heramerom
MD5 Encode MD5 encrypt heramerom
SHA Encode SHA encrypt,support SHA1,SHA224,SHA256,SHA384,SHA512 heramerom
Request Convert to cUrl Sometimes we want exec http request at server,
This Script can convert http request to cUrl command
heramerom
Color Transform Color Format #RRGGBB and rgb(r, g, b) convert heramerom
RSA Encrypt Demo RSA encrypt and decrypt.
You must set your own private and public key in script.
heramerom
Mysql And Go Struct Transform Convert Mysql create table statments to Go Struct defination heramerom

More fun and useful scripts, look forward to your participation

About

Scripts collections for MonkeyKing plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published