All Projects → CorentinTh → it-tools

CorentinTh / it-tools

Licence: other
Aggregated set of useful tools that every developer may need once in a while.

Programming Languages

Vue
7211 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to it-tools

legacy-python-cli
Command line interface used by all WakaTime text editor plugins.
Stars: ✭ 1,048 (+372.07%)
Mutual labels:  productivity
i7n-pdfhtml
pdfHTML is an iText 7 add-on for C# (.NET) that allows you to easily convert HTML and CSS into standards compliant PDFs that are accessible, searchable and usable for indexing.
Stars: ✭ 111 (-50%)
Mutual labels:  converter
commitlog
Generate Changelogs from Commits (CLI)
Stars: ✭ 63 (-71.62%)
Mutual labels:  productivity
svg2ass
Svg2ass - convert SVG vector graphics to ASS subtitle draw instructions.
Stars: ✭ 22 (-90.09%)
Mutual labels:  converter
osx-callhistory-decryptor
macOS (incl big sur) call history decryptor/converter to CSV format.
Stars: ✭ 19 (-91.44%)
Mutual labels:  converter
sauron
👀 Reminds the user to take regular breaks and helps prevent eye strain
Stars: ✭ 24 (-89.19%)
Mutual labels:  productivity
hubnav
A Chrome extension for navigating github.com via keyboard shortcuts. Quickly access issues for multiple repos, as well as your org's pages.
Stars: ✭ 96 (-56.76%)
Mutual labels:  productivity
csv2keepassxml
Convert CSV files into KeePass 2 XML files.
Stars: ✭ 31 (-86.04%)
Mutual labels:  converter
Tasky
Tasky is a task management app made with SwiftUI.
Stars: ✭ 22 (-90.09%)
Mutual labels:  productivity
to-json-schema
Converts JS objects to JSON Schema
Stars: ✭ 83 (-62.61%)
Mutual labels:  converter
LC2KiCad
A C++ utility that converts EasyEDA (LCEDA) file to KiCad 5 Documents.
Stars: ✭ 103 (-53.6%)
Mutual labels:  converter
convertron3000
Convertron3000 commodore 64 graphics converter
Stars: ✭ 24 (-89.19%)
Mutual labels:  converter
ReSharperHelpers
Custom plugin to extend R# functionality.
Stars: ✭ 41 (-81.53%)
Mutual labels:  productivity
reactodo
Multiple localStorage TODO lists, built with React
Stars: ✭ 28 (-87.39%)
Mutual labels:  productivity
avro-to-typescript
Compile Apache Avro schema files to TypeScript classes
Stars: ✭ 31 (-86.04%)
Mutual labels:  converter
screenshot
A screenshot API to convert web to image or PDF. Supports desktop and mobile views.
Stars: ✭ 108 (-51.35%)
Mutual labels:  productivity
frontend
Frontend PWA website for cmpct.io - Built with VueJS and Nuxt
Stars: ✭ 21 (-90.54%)
Mutual labels:  productivity
xml-avro
Convert XSD -> AVSC and XML -> AVRO
Stars: ✭ 32 (-85.59%)
Mutual labels:  converter
cvscan
Your not so typical resume parser
Stars: ✭ 46 (-79.28%)
Mutual labels:  converter
jsons2xsd
Highly configurable converter from JSON-schema to XML-schema (XSD).
Stars: ✭ 65 (-70.72%)
Mutual labels:  converter

logo

Useful tools for developer and people working in IT. Have a look !.

Functionalities and roadmap

Please check the issues to see if some feature listed to be implemented.

You have an idea of a tool? Submit a feature request!

Contribute

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Node version

Ensure you have the correct node/npm version

nvm use

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test

Lint with ESLint

npm run lint

Create a new tool

To create a new tool, there is a script that generate the boilerplate of the new tool, simply run:

node scripts/create-tool.mjs my-tool-name

It will create a directory in src/tools with the correct files, and a the import in src/tools/index.ts. You will just need to add the inported tool in the proper category and develop the tool.

Credits

Coded with ❤️ by Corentin Thomasset.

This project is continuously deployed using vercel.com.

IT Tools - Collection of handy online tools for devs, with great UX | Product Hunt IT Tools - Collection of handy online tools for devs, with great UX | Product Hunt

License

This project is under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].