https://github.com/tsaikoga/it-tools
A programing helper for developers built with Electron & Vue.js đ
https://github.com/tsaikoga/it-tools
base64image color-scheme crontab electron jsonparser regex timestamp-convert vue
Last synced: 10 months ago
JSON representation
A programing helper for developers built with Electron & Vue.js đ
- Host: GitHub
- URL: https://github.com/tsaikoga/it-tools
- Owner: TsaiKoga
- Created: 2019-03-17T08:03:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-20T00:03:40.000Z (over 2 years ago)
- Last Synced: 2025-03-27T09:46:26.006Z (10 months ago)
- Topics: base64image, color-scheme, crontab, electron, jsonparser, regex, timestamp-convert, vue
- Language: JavaScript
- Homepage: https://tsaikoga.github.io/it-tools
- Size: 7.59 MB
- Stars: 121
- Watchers: 4
- Forks: 16
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A programing helper for developers built with Electron & Vue.js đ
English | [įŽäŊ䏿]
# it-tools
> Help programers quickly solve problems.
> To make life easy.
Now this project including Regex Tool, Timestamp Converter, Color Box, Json Parser, Base64 Converter, Crontab Tool.
## Features
- Regex Tool
- Timestamp Converter
- Color Box
- JSON Parser
- Base64 Converter
- Crontab Tool
### Try It
[Download](https://github.com/TsaiKoga/it-tools/releases)
[Online Demo](https://tsaikoga.github.com/it-tools/web/index.html)
### Preview

### Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# run unit & end-to-end tests
npm test
# lint all JS/Vue component files in `src/`
npm run lint
```
### Donation
If this project help you reduce time to develop, you can give me a cup of coffee :)
---
This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue)@[8fae476](https://github.com/SimulatedGREG/electron-vue/tree/8fae4763e9d225d3691b627e83b9e09b56f6c935) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).
