Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-20T00:03:40.000Z (over 1 year ago)
- Last Synced: 2024-04-13T18:53:50.036Z (9 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: 119
- Watchers: 5
- 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
![IT Tools](/src/renderer/assets/IT-Tools-preview.gif)
### 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).