DevBox 2.1.0 ๐ŸŽ‰

ยท

1 min read

DevBox 2.1.0 ๐ŸŽ‰

Hi ๐Ÿ‘‹

This is a post about a DevBox release (2.1.0) ๐Ÿ“ฆ

DevBox is a desktop application / browser extension / web application of 50+ useful tools for developers ๐Ÿ‘ท like generators โš™๏ธ, converters ๐Ÿ”€ and more.

This release brings 5 new tools and 5 new cheat-sheets.

CSS Shadow Generator

This tool allows you to generate CSS shadows (box-shadow) by using intuitive controls for light position, resolution, opacity and elevation:

Screenshot of CSS Shadow Generator tool

Regexp Tester

DevBox now finally has a tool to test regular expressions which shows the matches and their positions:

regexp-tester.jpg

JSON Explorer

This tool allows you to explore JSON files using a multi-column interface:

  • clicking an object or array in a column shows a new column with its contents
  • clicking a value in a column shows information about it on the right side

json-explorer.jpg

Structured Code Generator

With this tool, you can create the structure of data and populate it with fake data:

structured-data-generator.jpg

Markdown to HTML

This tool allows you to convert Markdown to HTML:

markdown-to-html.jpg

Cheat-Sheets

Cheat-sheets for regular expressions, Redis, SSH, Subversion and URL Encoding were added.


For the full list of changes, check the changelog and the and website.


Let me know your feedback in the comments ๐Ÿ—จ๏ธ ๐Ÿ™

ย