Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrgaogang/lucky_tools
各种vscode插件,react-native插件, react-typescript-snippet , json-to-ts;以及Mendix开发插件
https://github.com/mrgaogang/lucky_tools
cli mendix mendix-widget vscode vscode-plugin vue
Last synced: 7 days ago
JSON representation
各种vscode插件,react-native插件, react-typescript-snippet , json-to-ts;以及Mendix开发插件
- Host: GitHub
- URL: https://github.com/mrgaogang/lucky_tools
- Owner: MrGaoGang
- License: mit
- Created: 2019-09-28T01:42:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T12:27:29.000Z (9 months ago)
- Last Synced: 2024-10-12T22:40:37.925Z (about 1 month ago)
- Topics: cli, mendix, mendix-widget, vscode, vscode-plugin, vue
- Language: JavaScript
- Homepage: https://mrgaogang.github.io
- Size: 1.21 MB
- Stars: 66
- Watchers: 4
- Forks: 15
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## lucky_tools
欢迎大家使用
[English](./en_README.md)
- [lucky_tools](#lucky_tools)
- [1. vscode-plugin-json-to-ts](https://github.com/MrGaoGang/lucky_tools/blob/master/packages/vscode-plugin-json-to-ts)
- [2. vscode-react-typescript-snippet](https://github.com/MrGaoGang/lucky_tools/blob/master/packages/vscode-react-typescript-snippet)
- [3. react-native-file-hash-plugin](https://github.com/MrGaoGang/react-native-file-hash-plugin)
- [4. mendix-cli](https://github.com/MrGaoGang/lucky_tools/blob/master/packages/mendix-cli)
- [5. vue-cli-plugin-oview](https://github.com/MrGaoGang/lucky_tools/blob/master/packages/vue-cli-plugin-oview)
- [6. vue-cli-plugin-uibuilder-widget](https://github.com/MrGaoGang/lucky_tools/blob/master/packages/vue-cli-plugin-uibuilder-widget)此工程主要记录一些日常工作中常用的 vscode 插件。
### 1. vscode-plugin-json-to-ts
> 将 `json` 字符串转换成 `typescript` 的 `interface`;
[vscode-plugin-json-to-ts](./packages/vscode-plugin-json-to-ts)
1. 从剪切板 json 数据转换成 interface (windows: `ctrl+alt+C ` , Mac : `^+⌥+C`)
2. 选择 json 数据转换成 interface (windows: `ctrl+alt+S ` , Mac : `^+⌥+S`)
3. 将 json 文件转换成 interface (windows: `ctrl+alt+F ` , Mac : `^+⌥+F`)
### 2. vscode-react-typescript-snippet
使用 `typescript` 编写 `react` 程序的代码模板。
打开`vscode插件`并搜索`React code snippets Typescript`即可。
![](https://p6-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/0a964dd70029467381e38f20f05f315b~tplv-k3u1fbpfcp-zoom-1.image)
[vscode-react-typescript-snippet](./packages/vscode-react-typescript-snippet)
### 2. vue-cli-plugin-uibuilder-widget
> 一个编写视图编辑器的 vue cli 插件
[vue-cli-plugin-uibuilder-widget](./packages/vue-cli-plugin-uibuilder-widget)
### 3. mendix-cli
> 使用 vue 去编写 mendix 组件的 cli
**使用**
```bash
npm install mendix-cli -gmendix create your-project
# select template
```
![](./images/mendix-demo.png)
如何使用请见[mendix_vue_template](https://github.com/MrGaoGang/mendix_vue_template)
### 4. vue-cli-plugin-oview
`vue` 移动图表库 `oview` 的 `vue-cli` 插件。
> [oview](https://github.com/MrGaoGang/oview) is a mobile chart library!
### 5. react-native-file-hash-plugin
[react-native-file-hash-plugin](https://github.com/MrGaoGang/react-native-file-hash-plugin) create file hash in react-native!